Fix Base Stat Compile Error

This commit is contained in:
Skeli
2019-08-25 03:32:40 -04:00
parent e1313b46b8
commit df2a10dacb

View File

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