Fixing Litleo's and Pyroar's gender ratio.

This commit is contained in:
Eduardo Quezada D'Ottone 2020-11-06 14:28:10 -03:00
parent 6cb73c1e8a
commit b494b6e987

View file

@ -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,