diff options
Diffstat (limited to 'include/wonder_mail.h')
-rw-r--r-- | include/wonder_mail.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/include/wonder_mail.h b/include/wonder_mail.h index 9593e3b..ae4c701 100644 --- a/include/wonder_mail.h +++ b/include/wonder_mail.h @@ -90,8 +90,8 @@ struct WonderMailStruct_203B2C4 u8 unk42E; u32 unk430; u8 formattedString[0x100]; - s32 unk534; - u32 unk538; + s32 wonderMailMethod; + u32 wonderMailMode; u8 unk53C[0xA]; u32 unk548; u32 unk54C; @@ -110,5 +110,16 @@ struct WonderMailStruct_203B2C4 void sub_8028B04(u32 r0); +enum WonderMailMode { + WONDER_MAIL_MODE_SEND = 1, + WONDER_MAIL_MODE_RECEIVE = 2, +}; + +enum WonderMailMethod { + WONDER_MAIL_GAME_LINK = 3, + WONDER_MAIL_PASSWORD = 5, +}; + + #endif |