diff options
Diffstat (limited to 'include/kangaskhan_storage.h')
-rw-r--r-- | include/kangaskhan_storage.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/kangaskhan_storage.h b/include/kangaskhan_storage.h index 6b42151..15e42bd 100644 --- a/include/kangaskhan_storage.h +++ b/include/kangaskhan_storage.h @@ -1,9 +1,9 @@ -#ifndef KANGASKHAN_STORAGE_H -#define KANGASKHAN_STORAGE_H +#ifndef GUARD_KANGASKHAN_STORAGE_H +#define GUARD_KANGASKHAN_STORAGE_H #include "text.h" #include "menu.h" -#include "gUnknown_203B460.h" +#include "item.h" struct unkStruct_203B208 { @@ -13,7 +13,7 @@ struct unkStruct_203B208 u32 unk8; struct ItemStruct_203B460 unkC; u32 unk10; - u8 unk14; // another itemIndex? + u8 itemIndex; // another itemIndex? u8 fill15[0x3]; u32 unk18; u32 unk1C; @@ -25,7 +25,8 @@ struct unkStruct_203B208 u32 unkA8; u8 unkAC[0xBC - 0xAC]; u32 unkBC; - u8 unkC0[0xD8 - 0xC0]; + u8 unkC0[0xD4 - 0xC0]; + u32 unkD4; struct OpenedFile *faceFile; u8 *faceData; u16 unkE0; |