mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-09 18:45:42 -05:00
Update Base_Stats.c
This commit is contained in:
committed by
GitHub
parent
ab594cd3d4
commit
9014d8632a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user