diff --git a/src/data/pokemon/species_info.h b/src/data/pokemon/species_info.h index f5f301fb5..f4a29760a 100644 --- a/src/data/pokemon/species_info.h +++ b/src/data/pokemon/species_info.h @@ -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,