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/friend_rescue.h | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
Diffstat (limited to 'include/friend_rescue.h')
-rw-r--r-- | include/friend_rescue.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/include/friend_rescue.h b/include/friend_rescue.h index 9fddbc4..01fee94 100644 --- a/include/friend_rescue.h +++ b/include/friend_rescue.h @@ -1,3 +1,6 @@ +#ifndef GUARD_FRIEND_RESCUE_H +#define GUARD_FRIEND_RESCUE_H + struct WonderMailStruct_203B33C { // size: 0x568 @@ -17,10 +20,12 @@ struct WonderMailStruct_203B33C u8 padding8[0x4C]; u32 unk35C; u8 padding5[0x5C]; - u32 unk3BC; - u8 padding4[0x60]; + struct UnkTextStruct2 unk3BC[4]; + struct ItemStruct_203B460 unk41C; u32 unk420; // Is this supposed to be a File like 203B2C4? - u8 fill424[0x52C - 0x424]; + u8 fill424[0x524 - 0x424]; + s32 unk524; + u32 unk528; u8 unk52C; u8 unk52D; u8 fill52E; @@ -33,3 +38,5 @@ struct WonderMailStruct_203B33C u8 filler546[0x564 - 0x546]; s32 unk564; }; + +#endif |