Give Klinklang Plus Again

So it can at least use its signature moves.
This commit is contained in:
Skeli
2021-06-17 16:40:22 -04:00
parent 6229ec0a12
commit 34e11ed34e

View File

@@ -20834,8 +20834,8 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_MEDIUM_SLOW,
.eggGroup1 = EGG_GROUP_MINERAL,
.eggGroup2 = EGG_GROUP_MINERAL,
.ability1 = ABILITY_CLEARBODY,
.ability2 = ABILITY_NONE,
.ability1 = ABILITY_PLUS,
.ability2 = ABILITY_CLEARBODY,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_MOTORDRIVE,
.noFlip = TRUE,
@@ -20867,8 +20867,8 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_MEDIUM_SLOW,
.eggGroup1 = EGG_GROUP_MINERAL,
.eggGroup2 = EGG_GROUP_MINERAL,
.ability1 = ABILITY_CLEARBODY,
.ability2 = ABILITY_NONE,
.ability1 = ABILITY_PLUS,
.ability2 = ABILITY_CLEARBODY,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_MOTORDRIVE,
.noFlip = TRUE,
@@ -20900,8 +20900,8 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_MEDIUM_SLOW,
.eggGroup1 = EGG_GROUP_MINERAL,
.eggGroup2 = EGG_GROUP_MINERAL,
.ability1 = ABILITY_CLEARBODY,
.ability2 = ABILITY_NONE,
.ability1 = ABILITY_PLUS,
.ability2 = ABILITY_CLEARBODY,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_MOTORDRIVE,
.noFlip = TRUE,