pmd-red/include/code_801B3C0.h

28 lines
579 B
C
Raw Normal View History

2023-08-09 11:09:42 -04:00
#ifndef GUARD_CODE_801B3C0_H
#define GUARD_CODE_801B3C0_H
#include "items.h"
#include "structs/menu.h"
2023-09-20 22:26:35 -04:00
#include "structs/subStruct_203B240.h"
#include "structs/str_text.h"
2023-08-09 11:09:42 -04:00
// size: 0x94
typedef struct unkStruct_203B230
2023-08-09 11:09:42 -04:00
{
s32 state;
/* 0x4 */ Item item;
2023-08-09 11:09:42 -04:00
s32 unk8;
s32 unkC;
struct subStruct_203B240 *unk10[2];
u8 fill18[0x20 - 0x18];
u32 unk20;
u32 unk24;
UnkTextStruct2 unk28[4];
MenuInputStructSub unk88;
} unkStruct_203B230;
2023-08-09 11:09:42 -04:00
bool8 sub_801B3C0(Item *item);
2023-08-09 11:09:42 -04:00
u32 sub_801B410(void);
void sub_801B450(void);
#endif // GUARD_CODE_801B3C0_H