aboutsummaryrefslogtreecommitdiffstats
path: root/asm/text_mode.atk16
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-11-03 20:02:03 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2023-11-03 20:02:03 +0200
commit4fbe8d2d27dd8873c1f309e15b116f8800a5e605 (patch)
tree709d25abaa5c0a7d1ea7484750cb54765d33cd59 /asm/text_mode.atk16
parentabf6cbdecc8eb006a859205dee7500c2b70c0998 (diff)
Improve string I/O helper macros
Diffstat (limited to 'asm/text_mode.atk16')
-rw-r--r--asm/text_mode.atk168
1 files changed, 3 insertions, 5 deletions
diff --git a/asm/text_mode.atk16 b/asm/text_mode.atk16
index f4d84ae..f33120d 100644
--- a/asm/text_mode.atk16
+++ b/asm/text_mode.atk16
@@ -9,11 +9,9 @@
@label main
cursor_to_line RA 1
- put_char RA RB %SPACE
- put_string RA RB HELLO CORECAMP
- cursor_to_line RA 3
- put_char RA RB %SPACE
- put_string RA RB BY JAN
+ put_string RA RB " HELLO CORECAMP"
+ cursor_to_line RA 2
+ put_string RA RB " BY JAN"
; set graphics mode to sprite mode
; set_graphics_mode gr_sprite_mode