summaryrefslogtreecommitdiff
path: root/src/battle_ai_script_commands.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-28 16:55:45 -0600
committerGitHub <noreply@github.com>2018-02-28 16:55:45 -0600
commitbcef4e7d1c20bad3d4631c5a8314a8de8da80e49 (patch)
tree0efbe85b0619f840daf8411d76159da74bbec940 /src/battle_ai_script_commands.c
parenta57e04e14df2ee716e6432287ae5e83c0b76715b (diff)
parent2fa00d01eee21702cba0e34396e893759133525e (diff)
Merge pull request #221 from DizzyEggg/data_to_c
Move some data to C
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 cb23a5380..46fe7a89c 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();