summaryrefslogtreecommitdiff
path: root/src/macros/text.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-12-14 15:47:00 -0600
committerdannye <33dannye@gmail.com>2020-12-14 15:47:00 -0600
commitd4c65263cd550f057681f86f5d09c3676ebab755 (patch)
tree966af4e1f8f375fafa7d065ce081e1a5953a0d3c /src/macros/text.asm
parentf4d31e19b0de7c9390f5645b551212ce2696b7b5 (diff)
Fix some comment alignment
Diffstat (limited to 'src/macros/text.asm')
-rw-r--r--src/macros/text.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/macros/text.asm b/src/macros/text.asm
index 2b29afe..bd33833 100644
--- a/src/macros/text.asm
+++ b/src/macros/text.asm
@@ -1,6 +1,6 @@
-text EQUS "db TX_HALFWIDTH, "
-line EQUS "db TX_LINE, "
-done EQUS "db TX_END"
+text EQUS "db TX_HALFWIDTH, "
+line EQUS "db TX_LINE, "
+done EQUS "db TX_END"
half2full EQUS "db TX_HALF2FULL"