diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-09-01 18:05:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 18:05:30 -0700 |
commit | db05ce306fa55c9d64b7123e47cf2b66416afe40 (patch) | |
tree | fa0258192daa7a0319a425a688e1c56a8ed67ab2 /include/gulpin_shop.h | |
parent | 459171cf48157699e044b66b8274e500ecd5fe0d (diff) |
More PMD grind (#50)
* more sese grind
* match sub_802ABF8
* some more work
Diffstat (limited to 'include/gulpin_shop.h')
-rw-r--r-- | include/gulpin_shop.h | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/include/gulpin_shop.h b/include/gulpin_shop.h new file mode 100644 index 0000000..ffa65a1 --- /dev/null +++ b/include/gulpin_shop.h @@ -0,0 +1,41 @@ +#ifndef GUARD_GULPIN_SHOP_H +#define GUARD_GULPIN_SHOP_H + +struct unkStruct_Gulpin +{ + u8 fill0[0x22]; + u16 unk22; +}; + +struct unkStruct_203B26C +{ +// size: 0x18C + u32 unk0; + s32 state; + u32 unk8; + s16 unkC; + u8 unkE; + struct unkStruct_Gulpin * unk10; + u32 unk14; + u32 unk18; + u16 unk1C; + u16 unk1E; + u32 unk20; + u32 unk24; + struct MenuItem unk28[8]; + u16 unk68[8]; + u32 unk78; + u8 fill7C[0x118 - 0x7C]; + /* 0x118 */ struct OpenedFile *faceFile; + /* 0x11C */ u8 *faceData; + /* 0x120 */ u16 unk120; + u16 unk122; + u8 unk124; + u8 unk125; + u8 unk126; + u8 unk127; + struct OpenedFile **unk128; + struct UnkTextStruct2 unk12C[4]; +}; + +#endif |