diff options
| author | Rozelette <Rozelette@users.noreply.github.com> | 2020-08-06 17:06:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 18:06:38 -0400 |
| commit | f37da749f607be0dc123bdbbf58c730feb17c169 (patch) | |
| tree | ebebd4d21316f1e2bf7e4e4a96cd8e6051018c2e /src/code/code_0x800BF9A0.c | |
| parent | e80336d4a81f525dcac0b1eee12e9e296a176906 (diff) | |
Add actor and scene enums (#8)
Diffstat (limited to 'src/code/code_0x800BF9A0.c')
| -rw-r--r-- | src/code/code_0x800BF9A0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_0x800BF9A0.c b/src/code/code_0x800BF9A0.c index 754717be5..04dfafd38 100644 --- a/src/code/code_0x800BF9A0.c +++ b/src/code/code_0x800BF9A0.c @@ -40,7 +40,7 @@ s32 func_800BFA78(s32 a0, s32 a1) { } void func_800BFAE8(void) { - D_801B4610 = 690; + D_801B4610 = ACTOR_ID_MAX; func_800819F0(&D_801ED930, (u32)func_800BF9A0, 0, 0); func_80081BCC(&D_801ED940, (u32)func_800BFA78, 0); } |
