diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-18 17:56:20 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-18 17:56:20 -0500 |
commit | f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a (patch) | |
tree | 3ac5b9f61650299f96095e3d3c09ad771793be08 /include/kecleon_items.h | |
parent | e806b05526bfcc540cb2c1f3165a96e76f6c235d (diff) |
more splitting and labeling with some decomp
Diffstat (limited to 'include/kecleon_items.h')
-rw-r--r-- | include/kecleon_items.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/include/kecleon_items.h b/include/kecleon_items.h index 321fcc3..5716ea3 100644 --- a/include/kecleon_items.h +++ b/include/kecleon_items.h @@ -3,25 +3,31 @@ #include "gUnknown_203B460.h" #include "text.h" +#include "menu.h" struct unkStruct_203B210 { // size: 0x148 u32 unk0; - u8 unk4; + bool8 unk4; u8 fill5[3]; u32 currState; u32 unkC; - s32 unk10; + s32 itemSellPrice; u32 unk14; u32 unk18; struct ItemStruct_203B460 unk1C; - u32 unk20; + u8 unk20; + u8 unk21; + u8 unk22; + u8 unk23; u32 unk24; u32 unk28; u32 unk2C; u32 unk30; - u8 fill34[0x84 - 0x34]; + struct MenuItem unk34[3]; + u8 fill4C[0x74 - 0x4C]; + u16 unk74[8]; u32 unk84; u8 fill88[0xD4 - 0x88]; struct OpenedFile *faceFile; |