correct paldean wooper type
This commit is contained in:
parent
14c225436a
commit
fcc18c2ef0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue