diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-31 12:21:36 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-31 12:21:36 -0500 |
commit | b04f41da98c9457c1200fdfe1c49ab20af86e3fa (patch) | |
tree | 8eee9bd337041dd298e6e05d3664556016ff5317 /macros/scripts/battle_commands.asm | |
parent | 0eeb00d6ac67199b3343c5a6ddc739b251f7a68f (diff) |
enum_start like const_def
Diffstat (limited to 'macros/scripts/battle_commands.asm')
-rw-r--r-- | macros/scripts/battle_commands.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/scripts/battle_commands.asm b/macros/scripts/battle_commands.asm index 4ae8dbaf4..33d7dc611 100644 --- a/macros/scripts/battle_commands.asm +++ b/macros/scripts/battle_commands.asm @@ -181,7 +181,6 @@ ENDM command startloop ; ae command curl ; af -__enum__ set $fe - + enum_start $fe command endturn ; fe command endmove ; ff |