mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
27 lines
564 B
C
27 lines
564 B
C
#ifndef GUARD_CODE_80972F4_H
|
|
#define GUARD_CODE_80972F4_H
|
|
|
|
#include "structs/str_wonder_mail.h"
|
|
|
|
// size: 0x8
|
|
typedef struct MissionText
|
|
{
|
|
/* 0x0 */ const u8 *text;
|
|
u8 unk4;
|
|
u8 unk5;
|
|
u8 unk6;
|
|
u8 unk7;
|
|
} MissionText;
|
|
|
|
const u8 *GetCurrentMissionText(s16 index);
|
|
bool8 IsMazeCompleted(s16 mazeIndex);
|
|
|
|
bool8 sub_8096F50(WonderMail *mail);
|
|
void sub_8097418(s32 index, bool32);
|
|
bool8 sub_8097504(s16 mazeIndex);
|
|
const u8 *sub_80975DC(s16);
|
|
bool8 sub_8097384(s32 param_1);
|
|
bool8 RescueScenarioConquered(s32 param_1);
|
|
|
|
#endif // GUARD_CODE_80972F4_H
|