diff options
Diffstat (limited to 'include/kangaskhan_storage.h')
-rw-r--r-- | include/kangaskhan_storage.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/include/kangaskhan_storage.h b/include/kangaskhan_storage.h index 0d7ac52..93f319c 100644 --- a/include/kangaskhan_storage.h +++ b/include/kangaskhan_storage.h @@ -1,11 +1,7 @@ #ifndef KANGASKHAN_STORAGE_H #define KANGASKHAN_STORAGE_H -struct unkData -{ - u8 unk0[20]; - u8 *array; -}; +#include "text.h" struct unkStruct_203B208 { @@ -13,13 +9,16 @@ struct unkStruct_203B208 u32 unk0; u32 currState; u32 unk8; - u32 unkC; + u16 unkC; + u8 itemIndex; + u8 unkF; u32 unk10; u32 unk14; u32 unk18; u32 unk1C; u32 unk20; - u8 fill24[0x58 - 0x24]; + u8 fill24[0x4C - 0x24]; + u16 unk4C[5]; u32 unk58; u8 unk5C[0xA8 - 0x5C]; u32 unkA8; @@ -35,7 +34,7 @@ struct unkStruct_203B208 u8 unkE6; u8 unkE7; struct OpenedFile **unkE8; - struct unkData unkEC[4]; + struct UnkTextStruct2 unkEC[4]; }; #endif |