aboutsummaryrefslogtreecommitdiffstats
path: root/asm/text_mode.atk16
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-11-03 14:59:15 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2023-11-03 14:59:15 +0200
commitd956f3841ad867d631fbe2324cb6e280bc9b2a66 (patch)
treecf649483c1a5fabc23481f1c863aa5173067ba80 /asm/text_mode.atk16
parent6b94054c71a0f371d83e97cee0200c29e685c5c2 (diff)
Get text rendering working
Diffstat (limited to 'asm/text_mode.atk16')
-rw-r--r--asm/text_mode.atk164
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/text_mode.atk16 b/asm/text_mode.atk16
index b48305a..8fbdb83 100644
--- a/asm/text_mode.atk16
+++ b/asm/text_mode.atk16
@@ -8,8 +8,8 @@
@label main
; set graphics mode to sprite mode
- set_graphics_mode gr_sprite_mode
- ;set_graphics_mode gr_text_mode
+ ; set_graphics_mode gr_sprite_mode
+ set_graphics_mode gr_text_mode
@label loop
jpi loop