Skip to content

Commit

Permalink
Updated Cresselia's base stats (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
LOuroboros authored Oct 14, 2023
1 parent 1ae26b3 commit a746d0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/pokemon/species_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -12008,10 +12008,18 @@ const struct SpeciesInfo gSpeciesInfo[] =
{
.baseHP = 120,
.baseAttack = 70,
#if P_UPDATED_STATS >= GEN_9
.baseDefense = 110,
#else
.baseDefense = 120,
#endif
.baseSpeed = 85,
.baseSpAttack = 75,
#if P_UPDATED_STATS >= GEN_9
.baseSpDefense = 120,
#else
.baseSpDefense = 130,
#endif
.types = { TYPE_PSYCHIC, TYPE_PSYCHIC},
.catchRate = 3,
.expYield = 270,
Expand Down

0 comments on commit a746d0e

Please sign in to comment.