Merge pull request #1304 from LOuroboros/patch-2

Corrected the ability 1 of Calyrex's forms
This commit is contained in:
ghoulslash 2020-12-20 21:56:26 -07:00 committed by GitHub
commit 547d602524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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