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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,