diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-10 20:06:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 20:06:25 -0400 |
commit | 4fb008844030283ad34cb0802b088b4dd7c9891c (patch) | |
tree | 6854c5ea9c5311b677bfbcae0616f0979b754060 /constants/move_constants.asm | |
parent | 9e4a00af4523cdfacbb6b245679e2e60fbc6b375 (diff) | |
parent | c086de0c986330b09cd5e9fa384b950107ee4955 (diff) |
Merge pull request #740 from Rangi42/master
Remove enum; add const_skip and const_next
Diffstat (limited to 'constants/move_constants.asm')
-rw-r--r-- | constants/move_constants.asm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/constants/move_constants.asm b/constants/move_constants.asm index b26f86d03..1a3d4f1ae 100644 --- a/constants/move_constants.asm +++ b/constants/move_constants.asm @@ -259,11 +259,8 @@ const BEAT_UP ; fb NUM_ATTACKS EQU const_value - 1 - const MOVE_OR_ANIM_FC ; fc - const MOVE_OR_ANIM_FD ; fd - const MOVE_OR_ANIM_FE ; fe - ; Battle animations use the same constants as the moves up to this point + const_next $ff const ANIM_SWEET_SCENT_2 ; ff const ANIM_THROW_POKE_BALL ; 100 const ANIM_SEND_OUT_MON ; 101 |