mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 17:45:33 -05:00
Corrected Honchkrow's exp curve
Changed Honchkrow from Medium Fast exp curve to Medium Slow.
This commit is contained in:
committed by
GitHub
parent
3f545e2f35
commit
b592f02aaf
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user