From 350e014e3fe017ce9a272d0875b9543fd0255bac Mon Sep 17 00:00:00 2001 From: hugova Date: Thu, 15 May 2025 17:36:34 +0200 Subject: [PATCH] fix the banner of char_draw to the compiler --- wip-hugo/routines/text/char_draw.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wip-hugo/routines/text/char_draw.s b/wip-hugo/routines/text/char_draw.s index c0dca5c..5623596 100644 --- a/wip-hugo/routines/text/char_draw.s +++ b/wip-hugo/routines/text/char_draw.s @@ -4,7 +4,7 @@ ;; Takes in a PETSCII-code in CODE ;; And prints it ON X_pos, Y_pos ;; Note that this is the real positions divided by 8 -.proc char_draw; user-procedure :clobbers (A Y) :clobbers-arguments 4 +.proc char_draw; user-procedure :clobbers (A X Y) :clobbers-arguments 4 .include "char.inc" ;;Do arithimatic to know where to read and write bytes.