Split makuhita_dojo.c

This commit is contained in:
Kermalis
2023-09-05 00:49:33 -04:00
parent fe77b633a7
commit 551d8eb2fd
18 changed files with 659 additions and 642 deletions

View File

@@ -12,7 +12,10 @@ struct MissionText
};
const u8 *GetCurrentMissionText(s16);
// TODO: this should probably be bool8 but can't get a match just yet
bool32 IsMazeCompleted(s16);
bool8 sub_8097504(s16);
const u8 *sub_80975DC(u32);
// These two are definitely bool8 but can't get them to match with it yet