Skip to content

Commit

Permalink
Fix Mr. Mime's typing (rh-hideout#4547)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhallenTree authored and Pawkkie committed May 29, 2024
1 parent f2b40a3 commit 4e36076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/pokemon/species_info/gen_1_families.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4e36076

Please sign in to comment.