diff options
Diffstat (limited to 'constants/move_constants.asm')
-rw-r--r-- | constants/move_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/move_constants.asm b/constants/move_constants.asm index c21936f..f7693ae 100644 --- a/constants/move_constants.asm +++ b/constants/move_constants.asm @@ -1,4 +1,4 @@ -; Move IDs +; move ids const_def const MOVE_NONE ; 00 const MOVE_POUND ; 01 @@ -252,7 +252,7 @@ const MOVE_BRIGHT_MOSS ; f9 *ROCK_SMASH const MOVE_WHIRLPOOL ; fa const MOVE_BOUNCE ; fb *BEAT_UP -NUM_ATTACKS EQU const_value + -1 +NUM_ATTACKS EQU const_value - 1 const MOVE_OR_ANIM_FC ; fc const MOVE_OR_ANIM_FD ; fd |