Fixes H Sneasel's type (#3706)

This commit is contained in:
Bassoonian
2023-12-12 12:18:39 +01:00
committed by GitHub
parent 44e81d4f4c
commit 1ed07f792b

View File

@@ -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,