match func_80055050

This commit is contained in:
Alex Bates 2020-10-29 00:29:30 +00:00
parent 3d7357eeb7
commit 85f7331004
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706
3 changed files with 16 additions and 0 deletions

View File

@ -2,7 +2,18 @@
INCLUDE_ASM(s32, "code_303c0_len_3e10", al_LoadBKHeaders);
#ifdef NON_MATCHING
// Needs rodata
extern s32 D_80078DB0;
extern u16 D_80078DB4;
void func_80055050(void) {
D_80078DB4 = 1;
D_80078DB0 = 0;
}
#else
INCLUDE_ASM(s32, "code_303c0_len_3e10", func_80055050);
#endif
INCLUDE_ASM(s32, "code_303c0_len_3e10", func_80055068);

View File

@ -1897,3 +1897,5 @@ gSpeakingActorPart;0x8029FA78
EnterWalk;0x80285960
EnemyNpcHit;0x80077F70
EnemyNpcDefeat;0x8007809C
D_80078DB0;0x80078DB0
D_80078DB4;0x80078DB4

View File

@ -260,3 +260,6 @@ ShakeCamX = 0x802D9CE8;
EnemyNpcHit = 0x80077F70;
EnemyNpcDefeat = 0x8007809C;
D_80078DB0 = 0x80078DB0;
D_80078DB4 = 0x80078DB4;