Fix Mr. Mime's typing (#4547)

This commit is contained in:
PhallenTree 2024-05-10 23:12:09 +01:00 committed by GitHub
parent 4c5260c82e
commit 833decb0df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12043,7 +12043,11 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
.baseSpeed = 90,
.baseSpAttack = 100,
.baseSpDefense = 120,
#if P_UPDATED_TYPES >= GEN_6
.types = MON_TYPES(TYPE_PSYCHIC, TYPE_FAIRY),
#else
.types = MON_TYPES(TYPE_PSYCHIC),
#endif
.catchRate = 45,
.expYield = (P_UPDATED_EXP_YIELDS >= GEN_5) ? 161 : 136,
.evYield_SpDefense = 2,