mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-07 02:26:00 -05:00
Fixed Trapinch's evolutions abilities. (#555) from AsparagusEduardo
Fixed Trapinch's evolutions abilities.
This commit is contained in:
@@ -9293,7 +9293,8 @@ const struct BaseStats gBaseStats[] =
|
||||
#else
|
||||
.eggGroup2 = EGG_GROUP_BUG,
|
||||
#endif
|
||||
.abilities = {ABILITY_LEVITATE, ABILITY_NONE},
|
||||
.abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
|
||||
.abilityHidden = ABILITY_LEVITATE,
|
||||
.bodyColor = BODY_COLOR_GREEN,
|
||||
.noFlip = FALSE,
|
||||
},
|
||||
@@ -9322,7 +9323,8 @@ const struct BaseStats gBaseStats[] =
|
||||
#else
|
||||
.eggGroup2 = EGG_GROUP_BUG,
|
||||
#endif
|
||||
.abilities = {ABILITY_LEVITATE, ABILITY_NONE},
|
||||
.abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE},
|
||||
.abilityHidden = ABILITY_LEVITATE,
|
||||
.bodyColor = BODY_COLOR_GREEN,
|
||||
.noFlip = FALSE,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user