From 60587682e3dce87c7e8f8695c34c773442a81c61 Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Tue, 13 May 2025 10:32:03 +0200 Subject: [PATCH] Remove redundant script declaration in `battle_scripts.h` (#6837) --- include/battle_scripts.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/battle_scripts.h b/include/battle_scripts.h index 958cd71892..d8b3fb41ea 100644 --- a/include/battle_scripts.h +++ b/include/battle_scripts.h @@ -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[];