mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-27 23:10:50 +00:00
21 lines
387 B
C
21 lines
387 B
C
#ifndef GUARD_CODE_801602C_H
|
|
#define GUARD_CODE_801602C_H
|
|
|
|
#include "structs/menu.h"
|
|
|
|
// size: 0x50
|
|
struct unkStruct_203B200
|
|
{
|
|
u32 unk0;
|
|
u32 unk4;
|
|
/* 0x8 */ u8 *pokeName;
|
|
/* 0xC */ s32 state;
|
|
/* 0x10 */ MenuItem menus[3];
|
|
u8 fill[0x50 - 0x28];
|
|
};
|
|
|
|
u32 sub_801602C(u32 mode, u8 *name);
|
|
u32 sub_8016080(void);
|
|
void sub_80160D8(void);
|
|
|
|
#endif // GUARD_CODE_801602C_H
|