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