summaryrefslogtreecommitdiff
path: root/src/macros/text.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-07-11 13:22:46 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-07-11 13:22:46 +0200
commit3921b82124e51a1d1054bf5339b15c00ed8298cf (patch)
tree2246d3f80b9c7bfad56a4c3e49745fc1143aa0aa /src/macros/text.asm
parent8993df3b7e15782492ae74f146b44d79a265905c (diff)
Create more text macros, rename/document some text engine things
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"