summaryrefslogtreecommitdiff
path: root/macros/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'macros/scripts')
-rw-r--r--macros/scripts/battle_commands.asm (renamed from macros/scripts/effect_commands.asm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scripts/effect_commands.asm b/macros/scripts/battle_commands.asm
index 550deac6a..5ac9009ff 100644
--- a/macros/scripts/effect_commands.asm
+++ b/macros/scripts/battle_commands.asm
@@ -3,7 +3,7 @@ command: macro
\1 equs "db \1_command"
endm
-; BattleCommandPointers indexes (see data/moves/effect_command_pointers.asm)
+; BattleCommandPointers indexes (see data/battle_command_pointers.asm)
enum_start 1
command checkturn ; 01
command checkobedience ; 02