mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
Fixed Trapinch's evolutions abilities.
This commit is contained in:
parent
1ec8282cd8
commit
014afea3df
@ -8651,7 +8651,8 @@ const struct BaseStats gBaseStats[] =
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_BUG,
|
||||
.eggGroup2 = EGG_GROUP_BUG,
|
||||
.abilities = {ABILITY_LEVITATE, ABILITY_NONE},
|
||||
.abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
|
||||
.abilityHidden = ABILITY_LEVITATE,
|
||||
.bodyColor = BODY_COLOR_GREEN,
|
||||
.noFlip = FALSE,
|
||||
},
|
||||
@ -8676,7 +8677,8 @@ const struct BaseStats gBaseStats[] =
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_BUG,
|
||||
.eggGroup2 = EGG_GROUP_BUG,
|
||||
.abilities = {ABILITY_LEVITATE, ABILITY_NONE},
|
||||
.abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
|
||||
.abilityHidden = ABILITY_LEVITATE,
|
||||
.bodyColor = BODY_COLOR_GREEN,
|
||||
.noFlip = FALSE,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user