Fixing Litleo's and Pyroar's gender ratio.
This commit is contained in:
parent
6cb73c1e8a
commit
b494b6e987
1 changed files with 2 additions and 2 deletions
|
@ -19121,7 +19121,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.catchRate = 220,
|
||||
.expYield = 74,
|
||||
.evYield_SpAttack = 1,
|
||||
.genderRatio = MON_MALE,
|
||||
.genderRatio = PERCENT_FEMALE(87.5),
|
||||
.eggCycles = 20,
|
||||
.friendship = 70,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
|
@ -19150,7 +19150,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.catchRate = 65,
|
||||
.expYield = 177,
|
||||
.evYield_SpAttack = 2,
|
||||
.genderRatio = MON_MALE,
|
||||
.genderRatio = PERCENT_FEMALE(87.5),
|
||||
.eggCycles = 20,
|
||||
.friendship = 70,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
|
|
Loading…
Reference in a new issue