Merge pull request #563 from AsparagusEduardo/Fix-LitleoPyroarGender

Fixing Litleo's and Pyroar's gender ratio.
This commit is contained in:
ExpoSeed 2020-11-10 11:42:25 -06:00 committed by GitHub
commit 3e3c655f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,