From f207bc7f619c5fd31bf4ee4034ca87e6c8079d53 Mon Sep 17 00:00:00 2001 From: Prof-Holon Date: Fri, 12 Jun 2026 10:55:25 +0100 Subject: [PATCH] Update species_info.h --- src/data/pokemon/species_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,