diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-26 13:24:46 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-26 13:24:46 +0100 |
commit | 919f80321442bcdaa39ecb02e72f4d71ee03511f (patch) | |
tree | 350403a88fb0bc1513d777355084c4bc30db30f0 /src/battle_ai_script_commands.c | |
parent | 8821d6396a137035ec23f3948d6b6ea85d3b3ed8 (diff) |
correct move target defines
Diffstat (limited to 'src/battle_ai_script_commands.c')
-rw-r--r-- | src/battle_ai_script_commands.c | 1 |
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(); |