Skip to content

Commit

Permalink
Fix Mr. Mime's typing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhallenTree authored May 10, 2024
1 parent 4c5260c commit 3d15ef7
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 3d15ef7

Please sign in to comment.