From 3a1db3dfac99d017b592afa4e7e3fc7325e060cc Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Tue, 19 Oct 2021 17:48:38 -0700 Subject: Moves and some friend_area_action_menu --- include/kangaskhan_storage.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'include/kangaskhan_storage.h') diff --git a/include/kangaskhan_storage.h b/include/kangaskhan_storage.h index fcc9157..4a145bc 100644 --- a/include/kangaskhan_storage.h +++ b/include/kangaskhan_storage.h @@ -39,4 +39,31 @@ struct unkStruct_203B208 struct UnkTextStruct2 unkEC[4]; }; +struct unkStruct_203B20C +{ + u32 state; + u8 unk4[4]; + struct ItemSlot unk8; + u32 unkC; + u8 itemIndex; + u32 unk14; + u32 unk18; + u32 unk1C; + struct MenuItem unk20[8]; + u16 unk60[8]; + u32 unk70; + u8 fill74[0xC0 - 0x74]; + u32 unkC0; + u32 unkC4; + u32 unkC8; + u32 unkCC; + u32 unkD0; + u32 unkD4; + struct UnkTextStruct2 *unkD8; + u32 unkDC; + u32 unkE0; + u8 fillE4[0xF0 - 0xE4]; + struct UnkTextStruct2 unkF0[4]; +}; + #endif -- cgit v1.2.3