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

@@ -1,9 +1,9 @@
; move ids
; indexes for:
; - MoveDescriptions (see battle/moves/move_descriptions.asm)
; - Moves (see battle/moves/moves.asm)
; - MoveNames (see battle/move_names.asm)
; - BattleAnimations (see battle/anims.asm)
; - Moves (see data/moves/moves.asm)
; - MoveNames (see data/moves/move_names.asm)
; - MoveDescriptions (see data/moves/move_descriptions.asm)
; - BattleAnimations (see data/moves/move_anims.asm)
const_def
const NO_MOVE ; 00
const POUND ; 01