diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-30 18:23:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-30 18:23:26 -0400 |
commit | 73aecdbbbff398c27734f8ed793bb495a5391a4b (patch) | |
tree | b3060e2576d1572c1a8aeb63f300f43ba0d13131 /include/constants | |
parent | 550450880645598b327be0e512b48de2c3777a58 (diff) |
Decompile mail-related code
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 123b144b..2c9288f5 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -282,7 +282,7 @@ #define MON_DATA_SPEED 166 #define MON_DATA_SPATK 167 #define MON_DATA_SPDEF 168 -#define MON_DATA_SEAL_STRUCT 169 +#define MON_DATA_MAIL_STRUCT 169 #define MON_DATA_SEAL_COORDS 170 #define MON_DATA_SPECIES_EXISTS 171 #define MON_DATA_SANITY_IS_EGG 172 |