From 6aa475c6310c609743a9a2005e7942050c396865 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 7 Jul 2021 11:39:34 -0500 Subject: Sese's vacation work --- include/friend_rescue.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'include/friend_rescue.h') 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 -- cgit v1.2.3