decompile and label mail

This commit is contained in:
DizzyEggg
2017-12-03 19:19:11 +01:00
parent 0250aefb73
commit 4faa442d5a
22 changed files with 473 additions and 856 deletions
+4 -2
View File
@@ -356,10 +356,12 @@ struct EasyChatPair
u16 words[2];
}; /*size = 0x8*/
#define MAIL_WORDS_COUNT 9
struct MailStruct
{
/*0x00*/ u16 words[9];
/*0x12*/ u8 playerName[8];
/*0x00*/ u16 words[MAIL_WORDS_COUNT];
/*0x12*/ u8 playerName[PLAYER_NAME_LENGTH];
/*0x1A*/ u8 trainerId[4];
/*0x1E*/ u16 species;
/*0x20*/ u16 itemId;