aboutsummaryrefslogtreecommitdiffstats
path: root/asm/text_mode.atk16
diff options
context:
space:
mode:
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 05b4fd3..f7bc40f 100644
--- a/asm/text_mode.atk16
+++ b/asm/text_mode.atk16
@@ -7,11 +7,9 @@
@include bootstrap
@label main
- ; set graphics mode to gr_text_mode
- ldi vt_gr_mode_addr RA
- ldr RA RA
- ldi gr_text_mode RB
- str RB RA
+ ; set graphics mode to sprite mode
+ set_graphics_mode gr_sprite_mode
+ ; set_graphics_mode gr_text_mode
@label loop
jpi loop