diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
commit | 6aa475c6310c609743a9a2005e7942050c396865 (patch) | |
tree | 18be7369829badfef35a6c337005e875049027e5 /include/kangaskhan_storage.h | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
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; |