diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-27 01:29:15 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-27 01:29:15 -0500 |
commit | 7a4d64125176d9bd946682a3f9440de0f71324af (patch) | |
tree | 8f0d984bebb246f90b0458d007a967be24a89d43 /constants/move_constants.asm | |
parent | 86fd37af164110c9b85c5e132c02be0368c9c779 (diff) |
Remove redundant data/ filename prefixes
Diffstat (limited to 'constants/move_constants.asm')
-rw-r--r-- | constants/move_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/move_constants.asm b/constants/move_constants.asm index fb729028c..472ff2d0b 100644 --- a/constants/move_constants.asm +++ b/constants/move_constants.asm @@ -1,9 +1,9 @@ ; move ids ; indexes for: ; - 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) +; - MoveNames (see data/moves/names.asm) +; - MoveDescriptions (see data/moves/descriptions.asm) +; - BattleAnimations (see data/moves/animations.asm) const_def const NO_MOVE ; 00 const POUND ; 01 |