Fixes H Sneasel's type (#3706)
This commit is contained in:
parent
44e81d4f4c
commit
1ed07f792b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue