mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
28 lines
579 B
C
28 lines
579 B
C
#ifndef GUARD_CODE_801B3C0_H
|
|
#define GUARD_CODE_801B3C0_H
|
|
|
|
#include "items.h"
|
|
#include "structs/menu.h"
|
|
#include "structs/subStruct_203B240.h"
|
|
#include "structs/str_text.h"
|
|
|
|
// size: 0x94
|
|
typedef struct unkStruct_203B230
|
|
{
|
|
s32 state;
|
|
/* 0x4 */ Item item;
|
|
s32 unk8;
|
|
s32 unkC;
|
|
struct subStruct_203B240 *unk10[2];
|
|
u8 fill18[0x20 - 0x18];
|
|
u32 unk20;
|
|
u32 unk24;
|
|
UnkTextStruct2 unk28[4];
|
|
MenuInputStructSub unk88;
|
|
} unkStruct_203B230;
|
|
|
|
bool8 sub_801B3C0(Item *item);
|
|
u32 sub_801B410(void);
|
|
void sub_801B450(void);
|
|
|
|
#endif // GUARD_CODE_801B3C0_H
|