mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Updated Cresselia's base stats (#3419)
This commit is contained in:
parent
1ae26b32e6
commit
a746d0e726
@ -12008,10 +12008,18 @@ const struct SpeciesInfo gSpeciesInfo[] =
|
|||||||
{
|
{
|
||||||
.baseHP = 120,
|
.baseHP = 120,
|
||||||
.baseAttack = 70,
|
.baseAttack = 70,
|
||||||
|
#if P_UPDATED_STATS >= GEN_9
|
||||||
|
.baseDefense = 110,
|
||||||
|
#else
|
||||||
.baseDefense = 120,
|
.baseDefense = 120,
|
||||||
|
#endif
|
||||||
.baseSpeed = 85,
|
.baseSpeed = 85,
|
||||||
.baseSpAttack = 75,
|
.baseSpAttack = 75,
|
||||||
|
#if P_UPDATED_STATS >= GEN_9
|
||||||
|
.baseSpDefense = 120,
|
||||||
|
#else
|
||||||
.baseSpDefense = 130,
|
.baseSpDefense = 130,
|
||||||
|
#endif
|
||||||
.types = { TYPE_PSYCHIC, TYPE_PSYCHIC},
|
.types = { TYPE_PSYCHIC, TYPE_PSYCHIC},
|
||||||
.catchRate = 3,
|
.catchRate = 3,
|
||||||
.expYield = 270,
|
.expYield = 270,
|
||||||
|
Loading…
Reference in New Issue
Block a user