mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
Fixed missing abilities.
This commit is contained in:
parent
2c3d4ec7c7
commit
44e066cdb4
@ -18625,7 +18625,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.eggGroup1 = EGG_GROUP_UNDISCOVERED,
|
||||
.eggGroup2 = EGG_GROUP_UNDISCOVERED,
|
||||
#ifdef BATTLE_ENGINE
|
||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||
.abilities = {ABILITY_DOWNLOAD, ABILITY_NONE},
|
||||
#else
|
||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||
#endif
|
||||
@ -21570,7 +21570,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.eggGroup1 = EGG_GROUP_WATER_1,
|
||||
.eggGroup2 = EGG_GROUP_BUG,
|
||||
#ifdef BATTLE_ENGINE
|
||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||
.abilities = {ABILITY_WATER_BUBBLE, ABILITY_NONE},
|
||||
#else
|
||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||
#endif
|
||||
@ -21600,7 +21600,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.eggGroup1 = EGG_GROUP_WATER_1,
|
||||
.eggGroup2 = EGG_GROUP_BUG,
|
||||
#ifdef BATTLE_ENGINE
|
||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||
.abilities = {ABILITY_WATER_BUBBLE, ABILITY_NONE},
|
||||
#else
|
||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||
#endif
|
||||
@ -22322,7 +22322,7 @@ const struct BaseStats gBaseStats[] =
|
||||
#ifdef BATTLE_ENGINE
|
||||
.abilities = {ABILITY_IRON_BARBS, ABILITY_LIGHTNING_ROD},
|
||||
#else
|
||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||
.abilities = {ABILITY_NONE, ABILITY_LIGHTNING_ROD},
|
||||
#endif
|
||||
.abilityHidden = ABILITY_STURDY,
|
||||
.bodyColor = BODY_COLOR_GRAY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user