From 34e11ed34ebf93b169b97049dd2af07dc44dd186 Mon Sep 17 00:00:00 2001 From: Skeli Date: Thu, 17 Jun 2021 16:40:22 -0400 Subject: [PATCH] Give Klinklang Plus Again So it can at least use its signature moves. --- src/Base_Stats.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Base_Stats.c b/src/Base_Stats.c index 0e160d2..7cdaf04 100644 --- a/src/Base_Stats.c +++ b/src/Base_Stats.c @@ -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,