mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
Fix base stats
Clean up mess from testing.
This commit is contained in:
parent
6ce1f01b8c
commit
5141e84296
@ -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 New Issue
Block a user