mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-11 19:46:09 -05:00
Address review comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user