mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-22 11:20:17 +01:00
Merge pull request #1304 from LOuroboros/patch-2
Corrected the ability 1 of Calyrex's forms
This commit is contained in:
commit
547d602524
@ -34175,7 +34175,7 @@ const struct BaseStats gBaseStats[] =
|
|||||||
.eggGroup1 = EGG_GROUP_UNDISCOVERED,
|
.eggGroup1 = EGG_GROUP_UNDISCOVERED,
|
||||||
.eggGroup2 = EGG_GROUP_UNDISCOVERED,
|
.eggGroup2 = EGG_GROUP_UNDISCOVERED,
|
||||||
#ifdef BATTLE_ENGINE
|
#ifdef BATTLE_ENGINE
|
||||||
.abilities = {ABILITY_AS_ONE, ABILITY_NONE},
|
.abilities = {ABILITY_AS_ONE_ICE_RIDER, ABILITY_NONE},
|
||||||
#else
|
#else
|
||||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||||
#endif
|
#endif
|
||||||
@ -34203,7 +34203,7 @@ const struct BaseStats gBaseStats[] =
|
|||||||
.eggGroup1 = EGG_GROUP_UNDISCOVERED,
|
.eggGroup1 = EGG_GROUP_UNDISCOVERED,
|
||||||
.eggGroup2 = EGG_GROUP_UNDISCOVERED,
|
.eggGroup2 = EGG_GROUP_UNDISCOVERED,
|
||||||
#ifdef BATTLE_ENGINE
|
#ifdef BATTLE_ENGINE
|
||||||
.abilities = {ABILITY_AS_ONE, ABILITY_NONE},
|
.abilities = {ABILITY_AS_ONE_SHADOW_RIDER, ABILITY_NONE},
|
||||||
#else
|
#else
|
||||||
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
.abilities = {ABILITY_NONE, ABILITY_NONE},
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user