flag routine identification

This commit is contained in:
theo
2020-06-11 17:58:56 -07:00
parent 6f91fbbdb9
commit 1d305716d5
155 changed files with 1205 additions and 1170 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
/* called when loading any room */
void LoadRoomEntityList();
s32 GetProgressFlag(u32 flag);
s32 CheckGlobalFlag(u32 flag);
extern s32* sub_0804B128(u8 unk);
extern void sub_0804B058(s32 *unk);
extern void sub_0804B1AC();
@@ -20,7 +20,7 @@ void LoadRoom(void)
sub_0804B128(0);
LoadRoomEntityList();
iVar1 = GetProgressFlag(21);
iVar1 = CheckGlobalFlag(21);
if (iVar1 != 0) {
dat = sub_0804B128(2);
sub_0804B058(dat);