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/wonder_mail.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'include/wonder_mail.h') diff --git a/include/wonder_mail.h b/include/wonder_mail.h index 1f9af3e..8973561 100644 --- a/include/wonder_mail.h +++ b/include/wonder_mail.h @@ -3,6 +3,7 @@ #include "file_system.h" #include "text.h" +#include "item.h" #define PASSWORD_BUFFER_SIZE 54 @@ -60,14 +61,6 @@ struct WonderMailStruct_203B2C0 }; -struct unkStruct_41C -{ - u8 unk41C; - u8 unk41D; - u8 unk41E; - u8 unk41F; -}; - struct WonderMailStruct_203B2C4 { // size: 0x564 @@ -85,7 +78,7 @@ struct WonderMailStruct_203B2C4 u8 filler310[0x35C - 0x310]; struct UnkTextStruct2 unk35C[4]; struct UnkTextStruct2 unk3BC[4]; - struct unkStruct_41C unk41C; + struct ItemStruct_203B460 unk41C; /* 0x420 */ struct OpenedFile *faceFile; /* 0x424 */ u8 *faceData; u16 unk428; -- cgit v1.2.3