diff options
author | YamaArashi <shadow962@live.com> | 2017-05-08 18:12:23 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-08 18:12:38 -0700 |
commit | fdab157386bdd1ce02f660f0ece0c55d2218f6fc (patch) | |
tree | 34411e599afe22231a2ba8bf0431e564658d033b /include/pokemon.h | |
parent | 6608d61fdb0213df2801bbe8ec38fe913bb36b3b (diff) |
decompile some of mail_data.s
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index cfa71fe77..8e216e04a 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -65,7 +65,7 @@ #define MON_DATA_SPD 61 #define MON_DATA_SPATK 62 #define MON_DATA_SPDEF 63 -#define MON_DATA_64 64 +#define MON_DATA_MAIL 64 #define MON_DATA_SPECIES2 65 #define MON_DATA_IVS 66 #define MON_DATA_CHAMPION_RIBBON 67 @@ -252,7 +252,7 @@ struct Pokemon struct BoxPokemon box; u32 status; u8 level; - u8 pokerus; + u8 mail; u16 hp; u16 maxHP; u16 attack; |