diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-08 16:20:15 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-10 20:03:46 -0400 |
commit | c086de0c986330b09cd5e9fa384b950107ee4955 (patch) | |
tree | 6854c5ea9c5311b677bfbcae0616f0979b754060 /macros/scripts/battle_commands.asm | |
parent | 6ca82e5c86279258bfd4b21195d4521f26082fd4 (diff) |
Use const_skip and const_next macros for brevity
Diffstat (limited to 'macros/scripts/battle_commands.asm')
-rw-r--r-- | macros/scripts/battle_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/scripts/battle_commands.asm b/macros/scripts/battle_commands.asm index da694858e..ad4480199 100644 --- a/macros/scripts/battle_commands.asm +++ b/macros/scripts/battle_commands.asm @@ -181,6 +181,6 @@ ENDM command startloop ; ae command curl ; af - const_def $fe - command endturn ; fe + const_def -1, -1 command endmove ; ff + command endturn ; fe |