Skip to content

Commit

Permalink
Enable Neutralizing Gas
Browse files Browse the repository at this point in the history
This is now implemented, so I've given it back to Koffing and Weezing.
  • Loading branch information
BuffelSaft committed Nov 17, 2021
1 parent 2818d44 commit 7d37f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/pokemon/base_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -2929,7 +2929,7 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_MEDIUM_FAST,
.eggGroup1 = EGG_GROUP_AMORPHOUS,
.eggGroup2 = EGG_GROUP_AMORPHOUS,
.abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE, ABILITY_STENCH},
.abilities = {ABILITY_LEVITATE, ABILITY_NEUTRALIZING_GAS, ABILITY_STENCH},
.bodyColor = BODY_COLOR_PURPLE,
.noFlip = FALSE,
},
Expand Down Expand Up @@ -2958,7 +2958,7 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_MEDIUM_FAST,
.eggGroup1 = EGG_GROUP_AMORPHOUS,
.eggGroup2 = EGG_GROUP_AMORPHOUS,
.abilities = {ABILITY_LEVITATE, ABILITY_LEVITATE, ABILITY_STENCH},
.abilities = {ABILITY_LEVITATE, ABILITY_NEUTRALIZING_GAS, ABILITY_STENCH},
.bodyColor = BODY_COLOR_PURPLE,
.noFlip = TRUE,
},
Expand Down

0 comments on commit 7d37f1a

Please sign in to comment.