summaryrefslogtreecommitdiff
path: root/macros/scripts
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-27 01:29:15 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-27 01:29:15 -0500
commit7a4d64125176d9bd946682a3f9440de0f71324af (patch)
tree8f0d984bebb246f90b0458d007a967be24a89d43 /macros/scripts
parent86fd37af164110c9b85c5e132c02be0368c9c779 (diff)
Remove redundant data/ filename prefixes
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