From 3921b82124e51a1d1054bf5339b15c00ed8298cf Mon Sep 17 00:00:00 2001 From: xCrystal Date: Wed, 11 Jul 2018 13:22:46 +0200 Subject: Create more text macros, rename/document some text engine things --- src/macros/text.asm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/macros/text.asm (limited to 'src/macros/text.asm') 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" -- cgit v1.2.3