Skip to content

Commit e6e0e29

Browse files
ianwalmkst
authored andcommitted
Added function func_150E1800
1 parent 8d4cd3b commit e6e0e29

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

conker/conker.us.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ segments:
525525
- [0x10dd20, asm]
526526
- [0x10e240, asm]
527527
- [0x10ea20, asm]
528-
- [0x10ecb0, asm]
528+
- [0x10ecb0, c, game/done/game_10ECB0]
529529
- [0x10ed10, asm]
530530
- [0x10EF60, asm]
531531
- [0x1104d0, asm]

conker/src/game/done/game_10ECB0.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include <ultra64.h>
2+
#include "functions.h"
3+
#include "variables.h"
4+
5+
void func_150E1800(struct108 *arg0) {
6+
if (func_1509BE40(1, 0x403E, 6, 0x2000) != 0) {
7+
arg0->unk84 |= 0x20;
8+
return;
9+
}
10+
arg0->unk84 &= ~0x20;
11+
}

0 commit comments

Comments
 (0)