From 1ed07f792bee811d3e616d773efc6eba90c2676a Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Tue, 12 Dec 2023 12:18:39 +0100 Subject: [PATCH] Fixes H Sneasel's type (#3706) --- 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 3f97113178..3e345734a6 100644 --- a/src/data/pokemon/species_info.h +++ b/src/data/pokemon/species_info.h @@ -16206,7 +16206,7 @@ const struct SpeciesInfo gSpeciesInfo[] = [SPECIES_SNEASEL_HISUIAN] = { SNEASEL_MISC_INFO, - .types = { TYPE_POISON, TYPE_FIGHTING }, + .types = { TYPE_FIGHTING, TYPE_POISON }, .abilities = { ABILITY_INNER_FOCUS, ABILITY_KEEN_EYE, ABILITY_PICKPOCKET }, .bodyColor = BODY_COLOR_GRAY, .weight = 270,