summaryrefslogtreecommitdiff
path: root/macros/event.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/event.asm')
-rw-r--r--macros/event.asm14
1 files changed, 6 insertions, 8 deletions
diff --git a/macros/event.asm b/macros/event.asm
index 35a2bf80..a5f72b9d 100644
--- a/macros/event.asm
+++ b/macros/event.asm
@@ -496,6 +496,12 @@ loadbytec2cf: macro
db \1 ; byte
endm
+ enum farwritetext_command
+farwritetext: macro
+ db farwritetext_command
+ dba \1
+ endm
+
enum writetext_command
writetext: macro
db writetext_command
@@ -531,14 +537,6 @@ jumptextfaceplayer: macro
dw \1 ; text_pointer
endm
-; IF _CRYSTAL
- enum farjumptext_command
-farjumptext: macro
- db farjumptext_command
- dba \1
- endm
-; ENDC
-
enum jumptext_command
jumptext: macro
db jumptext_command