From 75bbe83a0106c8981cc68fcec59f9ad8505edc18 Mon Sep 17 00:00:00 2001 From: hugova Date: Thu, 8 May 2025 19:41:17 +0200 Subject: [PATCH] fix spelling --- wip-hugo/routines/text/char_draw_test.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wip-hugo/routines/text/char_draw_test.s b/wip-hugo/routines/text/char_draw_test.s index 16a874c..6b1949b 100644 --- a/wip-hugo/routines/text/char_draw_test.s +++ b/wip-hugo/routines/text/char_draw_test.s @@ -7,5 +7,5 @@ STA X_pos LDA #02 STA Y_pos - JSR char_drawj + JSR char_draw .endscope