Identify more sprite-related constants
Start more documentation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user