From f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 18 Jun 2021 17:56:20 -0500 Subject: more splitting and labeling with some decomp --- include/kecleon_items.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'include/kecleon_items.h') 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; -- cgit v1.2.3