implemented G-Max Resonance

This commit is contained in:
AgustinGDLV
2023-02-27 14:34:08 -08:00
parent 05fe62cbab
commit 93d8efd51f
3 changed files with 22 additions and 2 deletions

View File

@@ -454,7 +454,6 @@ extern const u8 BattleScript_HealingWishActivates[];
extern const u8 BattleScript_LunarDanceActivates[];
extern const u8 BattleScript_ShellTrapSetUp[];
extern const u8 BattleScript_StealthRockActivates[];
extern const u8 BattleScript_DefogTryHazards[];
// zmoves
extern const u8 BattleScript_ZMoveActivateDamaging[];
@@ -474,5 +473,7 @@ extern const u8 BattleScript_SteelsurgeActivates[];
extern const u8 BattleScript_SteelsurgeFree[];
extern const u8 BattleScript_DamageNonTypesStarts[];
extern const u8 BattleScript_DamageNonTypesContinues[];
extern const u8 BattleScript_DefogTryHazards[];
extern const u8 BattleScript_EffectSetAuroraVeil[];
#endif // GUARD_BATTLE_SCRIPTS_H