2023-09-18 05:13:13 +00:00
|
|
|
#ifndef GUARD_CODE_801D9E4_H
|
|
|
|
#define GUARD_CODE_801D9E4_H
|
|
|
|
|
2023-09-21 02:52:40 +00:00
|
|
|
#include "structs/menu.h"
|
2023-09-21 02:26:35 +00:00
|
|
|
#include "structs/str_text.h"
|
2023-09-18 05:13:13 +00:00
|
|
|
|
|
|
|
// size: 0x1C
|
|
|
|
struct unkStruct_81188F0
|
|
|
|
{
|
|
|
|
/* 0x0 */ u8 *text1;
|
|
|
|
/* 0x4 */ u8 *text2;
|
|
|
|
/* 0x8 */ u8 *text3;
|
|
|
|
/* 0xC */ u8 *text4;
|
|
|
|
/* 0x10 */ u32 unk1;
|
|
|
|
/* 0x14 */ u32 unk2;
|
|
|
|
/* 0x18 */ u32 unk3;
|
|
|
|
};
|
|
|
|
|
|
|
|
bool8 sub_801D9E4(void);
|
|
|
|
void sub_801DA58(s16);
|
|
|
|
u32 sub_801DA78(void);
|
|
|
|
s16 sub_801DAC0(void);
|
|
|
|
void sub_801DB0C(void);
|
|
|
|
|
2024-07-13 12:10:54 +00:00
|
|
|
#endif // GUARD_CODE_801D9E4_H
|