Correct endturn value

This commit is contained in:
Remy Oukaour 2017-12-15 00:54:45 -05:00
parent d6dc9351e9
commit d334a331fa
2 changed files with 6 additions and 5 deletions

View File

@ -353,6 +353,6 @@ Defined in [macros/scripts/effect_commands.asm](/macros/scripts/effect_commands.
## `$AF`: `curl` ## `$AF`: `curl`
## `$FF`: `endmove` ## `$FE`: `endturn`
## `$00`: `endturn` ## `$FF`: `endmove`

View File

@ -181,6 +181,7 @@ endm
command startloop ; ae command startloop ; ae
command curl ; af command curl ; af
enum_start -1, -1 __enum__ set $fe
command endmove
command endturn command endturn ; fe
command endmove ; ff