Fix Mr. Mime's typing (#4547)
This commit is contained in:
parent
4c5260c82e
commit
833decb0df
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user