Update Base_Stats.c

This commit is contained in:
professorleondias
2020-06-14 00:14:17 -04:00
committed by GitHub
parent ab594cd3d4
commit 9014d8632a

View File

@@ -38250,7 +38250,7 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_SLOW,
.eggGroup1 = EGG_GROUP_UNDISCOVERED,
.eggGroup2 = EGG_GROUP_UNDISCOVERED,
.ability1 = ABILITY_LIGHTINGROD, //NEW ABILITY TRANSISTOR
.ability1 = ABILITY_LIGHTNINGROD, //NEW ABILITY TRANSISTOR
.ability2 = ABILITY_NONE,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_NONE,
@@ -39011,7 +39011,7 @@ const struct BaseStats gBaseStats[] =
.eggGroup1 = EGG_GROUP_MONSTER,
.eggGroup2 = EGG_GROUP_WATER_1,
.ability1 = ABILITY_GLUTTONY,
.ability2 = ABILITY_OWNTEMPLE,
.ability2 = ABILITY_OWNTEMPO,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_REGENERATOR,
.noFlip = TRUE,