Merge pull request #6 from Prof-Holon/Ability-changes

Ability changes
This commit is contained in:
Prof-Holon
2026-06-13 13:20:10 +01:00
committed by GitHub

View File

@@ -813,7 +813,7 @@ const struct SpeciesInfo gSpeciesInfo[] =
.friendship = 70,
.growthRate = GROWTH_MEDIUM_FAST,
.eggGroups = {EGG_GROUP_FIELD, EGG_GROUP_FIELD},
.abilities = {ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP},
.abilities = {ABILITY_BATTLE_ARMOR, ABILITY_SAND_VEIL},
.safariZoneFleeRate = 0,
.bodyColor = BODY_COLOR_YELLOW,
.noFlip = FALSE,