diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-09 12:15:44 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-09 12:15:44 -0400 |
commit | a19abb50459f29c895af53c57b477c03d1e0f644 (patch) | |
tree | 5a0bef24e07c39c80ea3690f32af95993b6dccae /macros/scripts/battle_commands.asm | |
parent | 61598ad92556072233fa3bae28b07999cabf0c99 (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 da694858..ad448019 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 |