diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-05-12 16:45:41 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-05-25 17:59:50 +0200 |
commit | 649c8d38da25569a7789128a0da5da72bc280d1a (patch) | |
tree | cb4233797bd9284ab67d29309e360b7c3cff6924 /macros/scripts | |
parent | 13cfe356d678c69aa5a5e19409408f25a38352cf (diff) |
Get rid of _CRYSTAL
Having this here is completely redundant and useless, and doesn't even
work since it should use `if DEF(_CRYSTAL)` instead.
Diffstat (limited to 'macros/scripts')
-rw-r--r-- | macros/scripts/events.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/scripts/events.asm b/macros/scripts/events.asm index 95cf1ecff..07b6dcd3a 100644 --- a/macros/scripts/events.asm +++ b/macros/scripts/events.asm @@ -536,13 +536,11 @@ jumptextfaceplayer: MACRO dw \1 ; text_pointer ENDM -; if _CRYSTAL enum farjumptext_command ; $52 farjumptext: MACRO db farjumptext_command dba \1 ENDM -; endc enum jumptext_command ; $53 jumptext: MACRO |