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,