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