summaryrefslogtreecommitdiff
path: root/src/macros/text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros/text.asm')
-rw-r--r--src/macros/text.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macros/text.asm b/src/macros/text.asm
new file mode 100644
index 0000000..24c5987
--- /dev/null
+++ b/src/macros/text.asm
@@ -0,0 +1,4 @@
+text EQUS "db TX_HALFWIDTH, "
+textfw EQUS "db TX_FULLWIDTH3, "
+line EQUS "db TX_LINE, "
+done EQUS "db TX_END"