mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-10 02:55:37 -05:00
Give Klinklang Plus Again
So it can at least use its signature moves.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user