aboutsummaryrefslogtreecommitdiffstats
path: root/macros/scripts/text.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmacros/scripts/text.asm (renamed from macros/text_macros.asm)2
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/text_macros.asm b/macros/scripts/text.asm
index 21e02634..732a22d4 100755
--- a/macros/text_macros.asm
+++ b/macros/scripts/text.asm
@@ -1,5 +1,3 @@
-
-; text macros
text EQUS "db $00," ; Start writing text.
next EQUS "db $4e," ; Move a line down.
line EQUS "db $4f," ; Start writing at the bottom line.