correct paldean wooper type

This commit is contained in:
leo60228 2023-10-22 19:15:55 -04:00
parent 14c225436a
commit fcc18c2ef0
No known key found for this signature in database
GPG key ID: 6F3EB461799AD95E

View file

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