From b5417fafec7dd37cb4be391f3bd3d4541a2a381e Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 26 Dec 2017 17:47:05 -0500 Subject: Split battle/ into data/ and engine/ components --- macros/scripts/effect_commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/scripts/effect_commands.asm') diff --git a/macros/scripts/effect_commands.asm b/macros/scripts/effect_commands.asm index 4fd2475b7..550deac6a 100644 --- a/macros/scripts/effect_commands.asm +++ b/macros/scripts/effect_commands.asm @@ -3,7 +3,7 @@ command: macro \1 equs "db \1_command" endm -; BattleCommandPointers indexes (see battle/effect_commands.asm) +; BattleCommandPointers indexes (see data/moves/effect_command_pointers.asm) enum_start 1 command checkturn ; 01 command checkobedience ; 02 -- cgit v1.2.3