Fix base stats
Clean up mess from testing.
This commit is contained in:
parent
6ce1f01b8c
commit
5141e84296
1 changed files with 2 additions and 2 deletions
|
@ -6848,7 +6848,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_BUG,
|
||||
.eggGroup2 = EGG_GROUP_BUG,
|
||||
.abilities = {ABILITY_HUNGER_SWITCH, ABILITY_NONE},
|
||||
.abilities = {ABILITY_STURDY, ABILITY_NONE},
|
||||
.safariZoneFleeRate = 0,
|
||||
.bodyColor = BODY_COLOR_YELLOW,
|
||||
.noFlip = FALSE,
|
||||
|
@ -7552,7 +7552,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.growthRate = GROWTH_FAST,
|
||||
.eggGroup1 = EGG_GROUP_FIELD,
|
||||
.eggGroup2 = EGG_GROUP_FIELD,
|
||||
.abilities = {ABILITY_HUNGER_SWITCH, ABILITY_NONE},
|
||||
.abilities = {ABILITY_OWN_TEMPO, ABILITY_NONE},
|
||||
.safariZoneFleeRate = 0,
|
||||
.bodyColor = BODY_COLOR_WHITE,
|
||||
.noFlip = FALSE,
|
||||
|
|
Loading…
Reference in a new issue