summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants')
-rwxr-xr-xsrc/constants/text_constants.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants/text_constants.asm b/src/constants/text_constants.asm
index a018be1..674037e 100755
--- a/src/constants/text_constants.asm
+++ b/src/constants/text_constants.asm
@@ -1,10 +1,15 @@
TX_START EQU $06
+TX_LINE EQU "\n"
TX_END EQU $00
TX_RAM1 EQU $09
TX_RAM2 EQU $0B
TX_RAM3 EQU $0C
+text EQUS "db TX_START,"
+line EQUS "db TX_LINE,"
+done EQUS "db TX_END"
+
TX_FIRE EQUS "$05,$01"
TX_GRASS EQUS "$05,$02"
TX_LIGHTNING EQUS "$05,$03"