mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 05:00:12 +00:00
26 lines
486 B
C
26 lines
486 B
C
#ifndef GUARD_CODE_801D9E4_H
|
|
#define GUARD_CODE_801D9E4_H
|
|
|
|
#include "structs/menu.h"
|
|
#include "structs/str_text.h"
|
|
|
|
// 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);
|
|
|
|
#endif // GUARD_CODE_801D9E4_H
|