summaryrefslogtreecommitdiff
path: root/src/battle_ai_script_commands.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-26 13:24:46 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-26 13:24:46 +0100
commit919f80321442bcdaa39ecb02e72f4d71ee03511f (patch)
tree350403a88fb0bc1513d777355084c4bc30db30f0 /src/battle_ai_script_commands.c
parent8821d6396a137035ec23f3948d6b6ea85d3b3ed8 (diff)
correct move target defines
Diffstat (limited to 'src/battle_ai_script_commands.c')
-rw-r--r--src/battle_ai_script_commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battle_ai_script_commands.c b/src/battle_ai_script_commands.c
index d6ccf9305..3b45b97c8 100644
--- a/src/battle_ai_script_commands.c
+++ b/src/battle_ai_script_commands.c
@@ -45,7 +45,6 @@ in order to read the next command correctly. refer to battle_ai_scripts.s for th
AI scripts.
*/
-extern const struct BattleMove gBattleMoves[];
extern const u8 * const gBattleAI_ScriptsTable[];
extern u32 GetAiScriptsInRecordedBattle();