From 649c8d38da25569a7789128a0da5da72bc280d1a Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 12 May 2019 16:45:41 +0200 Subject: 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. --- macros/scripts/events.asm | 2 -- 1 file changed, 2 deletions(-) (limited to 'macros/scripts') 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 -- cgit v1.2.3