From 561ea52847f5a88dc6a9a79dbfc5c40f421cace5 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 10 Nov 2021 08:43:51 -0800 Subject: Luminous cave (#72) * fully decomp luminous cave * remove header file. this one isn't ready yet * doc few fields and func * doc more of luminous cave --- include/kecleon_items.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'include/kecleon_items.h') diff --git a/include/kecleon_items.h b/include/kecleon_items.h index 7cea99a..11cb0a7 100644 --- a/include/kecleon_items.h +++ b/include/kecleon_items.h @@ -41,4 +41,25 @@ struct unkStruct_203B210 struct UnkTextStruct2 unkE8[4]; }; +struct unkStruct_203B224 +{ + // size: 0xF4 + u32 unk0; + + u32 unk4[INVENTORY_SIZE]; + u32 unk54; + u8 fill58[0x6C - 0x58]; + s16 unk6C; + s16 unk6E; + s16 unk70; + s16 unk72; + u16 unk74; + u16 unk76; + u8 fill78[0x88 - 0x78]; + u32 unk88; + struct UnkTextStruct2 *unk8C; + struct UnkTextStruct2 unk90[4]; + u8 unkF0[4]; +}; + #endif // GUARD_KECLEON_ITEMS_H -- cgit v1.2.3