pmd-red/include/post_office_guide2.h
2025-11-22 00:11:18 -05:00

22 lines
544 B
C

#ifndef GUARD_POST_OFFICE_GUIDE2_H
#define GUARD_POST_OFFICE_GUIDE2_H
#include "structs/menu.h"
#include "structs/str_text.h"
// size: 0x78
typedef struct unkStruct_203B330
{
/* 0x0 */ TouchScreenMenuInput input;
u8 dungeonMissionKind; // See enum "DungeonMissionKind"
/* 0xD */ u8 dungeonIndex;
u32 unk10;
WindowTemplate *unk14;
WindowTemplates unk18;
} unkStruct_203B330;
bool8 sub_80319A4(u8 dungeonMissionKind, u8 dungeon, s32);
u32 sub_80319F8(void);
void sub_8031A3C(void);
#endif // GUARD_POST_OFFICE_GUIDE2_H