pmd-red/include/post_office_guide1.h
2024-10-20 10:47:13 +02:00

19 lines
420 B
C

#ifndef GUARD_POST_OFFICE_GUIDE1_H
#define GUARD_POST_OFFICE_GUIDE1_H
#include "file_system.h"
// size: 0x18
typedef struct PostOfficeWork
{
/* 0x0 */ u8 state;
/* 0x4 */ s32 currMenuChoice;
/* 0x8 */ struct MonPortraitMsg monPortrait;
} PostOfficeWork;
void CleanHelperPelipper(void);
bool8 CreateHelperPelipperMenu(s16 speciesID);
u32 HelperPelipperCallback(void);
#endif // GUARD_POST_OFFICE_GUIDE1_H