From 6a879563704f3a950392455e197a5445cecf535f Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Tue, 29 Jul 2025 17:06:50 +0200 Subject: [PATCH] Correct comment to refer to lookup_tables.s, not END.s --- host/src/routines/pixel/pixel_draw.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/src/routines/pixel/pixel_draw.s b/host/src/routines/pixel/pixel_draw.s index 31daec1..4dbb624 100755 --- a/host/src/routines/pixel/pixel_draw.s +++ b/host/src/routines/pixel/pixel_draw.s @@ -57,7 +57,7 @@ calc_byte_to_paint: ;; aka small_x_offset AND #%00000111 TAX ;;this is the same as: byte_to_paint = 2^X - LDA binary_factor, X;; (see END.s) + LDA binary_factor, X;; (see lookup_tables.s) draw: ;;Let draw some stuff ORA (btp_mem_pos), Y