From fcc18c2ef022c9a0f5762957093dd5b082261815 Mon Sep 17 00:00:00 2001 From: leo60228 Date: Sun, 22 Oct 2023 19:15:55 -0400 Subject: [PATCH] correct paldean wooper type --- 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 e1977bd1ac..1c40b8c660 100644 --- a/src/data/pokemon/species_info.h +++ b/src/data/pokemon/species_info.h @@ -5371,7 +5371,7 @@ const struct SpeciesInfo gSpeciesInfo[] = [SPECIES_WOOPER_PALDEAN] = { - .types = { TYPE_WATER, TYPE_GROUND }, + .types = { TYPE_POISON, TYPE_GROUND }, .abilities = {ABILITY_POISON_POINT, ABILITY_WATER_ABSORB, ABILITY_UNAWARE}, .bodyColor = BODY_COLOR_BROWN, WOOPER_MISC_INFO