mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 17:45:33 -05:00
Fix Base Stat Compile Error
This commit is contained in:
@@ -8185,7 +8185,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 40,
|
||||
.friendship = 35,
|
||||
.growthRate = GROWTH_3SLOW,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_MONSTER,
|
||||
.eggGroup2 = EGG_GROUP_MONSTER,
|
||||
.ability1 = ABILITY_SANDSTREAM,
|
||||
|
||||
Reference in New Issue
Block a user