Split battle/ into data/ and engine/ components

This commit is contained in:
Remy Oukaour
2017-12-26 17:47:05 -05:00
parent 2f98c2032f
commit b5417fafec
170 changed files with 1790 additions and 1799 deletions

View File

@ -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