diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-02 16:37:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 16:37:00 -0700 |
commit | e29e61a4a1de2dff8ac4b7d0469794ba9ddf48f8 (patch) | |
tree | aa9bf96f0d1d91f06220e670b660f5fcf829b945 /include/kangaskhan_storage.h | |
parent | f99f00b180561afeeb4b9c9918135c2db607fd52 (diff) | |
parent | 3a1db3dfac99d017b592afa4e7e3fc7325e060cc (diff) |
Merge pull request #68 from SethBarberee/sese_work
Moves and some friend_area_action_menu
Diffstat (limited to 'include/kangaskhan_storage.h')
-rw-r--r-- | include/kangaskhan_storage.h | 27 |
1 files changed, 27 insertions, 0 deletions
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 |