mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-11 20:46:51 -05:00
Fix Mr. Mime's typing (#4547)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user