Address review comments

This commit is contained in:
Kermalis
2023-09-09 00:31:17 -04:00
parent 0669da2a4e
commit 00a0876bcc
33 changed files with 579 additions and 670 deletions

View File

@@ -2,18 +2,18 @@
#define GUARD_CODE_80972F4_H
// size: 0x8
struct MissionText
typedef struct MissionText
{
/* 0x0 */ u8 *text;
u8 unk4;
u8 unk5;
u8 unk6;
u8 unk7;
};
} MissionText;
const u8 *GetCurrentMissionText(s16);
// TODO: this should probably be bool8 but can't get a match just yet
bool32 IsMazeCompleted(s16);
bool32 IsMazeCompleted(s16 mazeIndex);
bool8 sub_8097504(s16);
const u8 *sub_80975DC(u32);