diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-28 21:22:35 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-12-28 22:13:39 -0500 |
commit | b9a68fec2589eb6969be63e6ed1eb3fca312c307 (patch) | |
tree | 59b5db70690a9f9041e4964adae1722b4d178a1b /macros/scripts | |
parent | 4c35f3ac8506e5f326658bbab91c257584f7b716 (diff) |
Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)
Diffstat (limited to 'macros/scripts')
-rw-r--r-- | macros/scripts/events.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/scripts/events.asm b/macros/scripts/events.asm index a494a33af..694a7cd12 100644 --- a/macros/scripts/events.asm +++ b/macros/scripts/events.asm @@ -538,13 +538,13 @@ jumptextfaceplayer: MACRO dw \1 ; text_pointer ENDM -; IF _CRYSTAL +; if _CRYSTAL enum farjumptext_command ; $52 farjumptext: MACRO db farjumptext_command dba \1 ENDM -; ENDC +; endc enum jumptext_command ; $53 jumptext: MACRO |