diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-11 13:22:46 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-11 13:22:46 +0200 |
commit | 3921b82124e51a1d1054bf5339b15c00ed8298cf (patch) | |
tree | 2246d3f80b9c7bfad56a4c3e49745fc1143aa0aa /src/macros/text.asm | |
parent | 8993df3b7e15782492ae74f146b44d79a265905c (diff) |
Create more text macros, rename/document some text engine things
Diffstat (limited to 'src/macros/text.asm')
-rw-r--r-- | src/macros/text.asm | 4 |
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" |