diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 00:54:45 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 00:54:45 -0500 |
commit | d334a331fabe25c4094c4c7e4cd9e270f51c1a30 (patch) | |
tree | 4aed5a78ecfce79be92409959d17bcfa5850da4b /macros/scripts | |
parent | d6dc9351e9876d96c4d471aa1da9b722bbae1c9e (diff) |
Correct `endturn` value
Diffstat (limited to 'macros/scripts')
-rw-r--r-- | macros/scripts/effect_commands.asm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/scripts/effect_commands.asm b/macros/scripts/effect_commands.asm index bc752262f..4fd2475b7 100644 --- a/macros/scripts/effect_commands.asm +++ b/macros/scripts/effect_commands.asm @@ -181,6 +181,7 @@ endm command startloop ; ae command curl ; af - enum_start -1, -1 - command endmove - command endturn +__enum__ set $fe + + command endturn ; fe + command endmove ; ff |