Remove redundant script declaration in battle_scripts.h (#6837)

This commit is contained in:
Bassoonian 2025-05-13 10:32:03 +02:00 committed by GitHub
parent be03feca94
commit 60587682e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -489,7 +489,6 @@ extern const u8 BattleScript_ShellTrapSetUp[];
extern const u8 BattleScript_StealthRockActivates[];
extern const u8 BattleScript_CouldntFullyProtect[];
extern const u8 BattleScript_MoveEffectStockpileWoreOff[];
extern const u8 BattleScript_StealthRockActivates[];
extern const u8 BattleScript_SpikesActivates[];
extern const u8 BattleScript_BerserkGeneRet[];
extern const u8 BattleScript_BerserkGeneRetEnd2[];