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/wonder_mail.h | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
Diffstat (limited to 'include/wonder_mail.h')
-rw-r--r-- | include/wonder_mail.h | 11 |
1 files changed, 2 insertions, 9 deletions
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; |