Corrected Honchkrow's exp curve

Changed Honchkrow from Medium Fast exp curve to Medium Slow.
This commit is contained in:
GarfieldTheLightning
2021-05-01 18:06:32 +01:00
committed by GitHub
parent 3f545e2f35
commit b592f02aaf

View File

@@ -15115,7 +15115,7 @@ const struct BaseStats gBaseStats[] =
.genderRatio = PERCENT_FEMALE(50),
.eggCycles = 20,
.friendship = 35,
.growthRate = GROWTH_MEDIUM_FAST,
.growthRate = GROWTH_MEDIUM_SLOW,
.eggGroup1 = EGG_GROUP_FLYING,
.eggGroup2 = EGG_GROUP_FLYING,
.ability1 = ABILITY_INSOMNIA,