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 /src/kangaskhan_storage_2.c | |
parent | f99f00b180561afeeb4b9c9918135c2db607fd52 (diff) | |
parent | 3a1db3dfac99d017b592afa4e7e3fc7325e060cc (diff) |
Merge pull request #68 from SethBarberee/sese_work
Moves and some friend_area_action_menu
Diffstat (limited to 'src/kangaskhan_storage_2.c')
-rw-r--r-- | src/kangaskhan_storage_2.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/kangaskhan_storage_2.c b/src/kangaskhan_storage_2.c index 007aea6..3c5099d 100644 --- a/src/kangaskhan_storage_2.c +++ b/src/kangaskhan_storage_2.c @@ -9,31 +9,6 @@ extern struct unkStruct_203B208 *gUnknown_203B208; -struct unkStruct_203B20C -{ - u32 state; - u8 unk4[4]; - struct ItemSlot unk8; - u8 fillC[0x14 - 0xC]; - 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]; -}; extern struct unkStruct_203B20C *gUnknown_203B20C; extern void sub_8017F10(u32); |