summaryrefslogtreecommitdiff
path: root/macros/text.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-12 13:22:19 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-12 13:22:19 -0500
commit5b13a7a13b9ebbb26a75b9ef19221e8e140c221b (patch)
treefc55cfb95e2e55efe71d43f074462717edad3e4f /macros/text.asm
parentc5675927feefc60a286de1725515d1475a30ca2c (diff)
Identify more sprite-related constants
Start more documentation
Diffstat (limited to 'macros/text.asm')
-rw-r--r--macros/text.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/text.asm b/macros/text.asm
index 08004f32a..5f4701b8c 100644
--- a/macros/text.asm
+++ b/macros/text.asm
@@ -7,9 +7,9 @@ cont EQUS "db $55," ; Scroll to the next line.
done EQUS "db $57" ; End a text box.
prompt EQUS "db $58" ; Prompt the player to end a text box (initiating some other event).
-; TX_RAM EQU $01
-; TX_FAR EQU $16
- enum_start 1
+; TextCommands indexes (see home/text.asm)
+ enum_start $01
+
enum TX_RAM
text_from_ram: MACRO
db TX_RAM