diff options
| author | red031000 <rubenru09@aol.com> | 2020-08-30 23:45:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-30 23:45:35 +0100 |
| commit | 656e4a2fee9ff86d678d6a7477611bfaca5171d4 (patch) | |
| tree | b3060e2576d1572c1a8aeb63f300f43ba0d13131 /include/constants | |
| parent | 62e3afdea1f62da948dd9d3926f712dbbe7af039 (diff) | |
| parent | 73aecdbbbff398c27734f8ed793bb495a5391a4b (diff) | |
Merge pull request #273 from PikalaxALT/pikalax_work
Decompile mail
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 |
