diff options
Diffstat (limited to 'include/kangaskhan_storage.h')
-rw-r--r-- | include/kangaskhan_storage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/kangaskhan_storage.h b/include/kangaskhan_storage.h index 93f319c..3f1292a 100644 --- a/include/kangaskhan_storage.h +++ b/include/kangaskhan_storage.h @@ -2,6 +2,7 @@ #define KANGASKHAN_STORAGE_H #include "text.h" +#include "menu.h" struct unkStruct_203B208 { @@ -17,7 +18,7 @@ struct unkStruct_203B208 u32 unk18; u32 unk1C; u32 unk20; - u8 fill24[0x4C - 0x24]; + struct MenuItem unk24[5]; u16 unk4C[5]; u32 unk58; u8 unk5C[0xA8 - 0x5C]; |