Fixed Trapinch's evolutions abilities. (#555) from AsparagusEduardo
Fixed Trapinch's evolutions abilities.
This commit is contained in:
commit
6cb73c1e8a
1 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue