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.