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

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,