diff options
Diffstat (limited to 'constants/move_constants.asm')
-rw-r--r-- | constants/move_constants.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/move_constants.asm b/constants/move_constants.asm index a4b1a0ba8..fb729028c 100644 --- a/constants/move_constants.asm +++ b/constants/move_constants.asm @@ -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 |