Correct comment to refer to lookup_tables.s, not END.s

This commit is contained in:
John Lorentzson 2025-07-29 17:06:50 +02:00
parent df3ef46afd
commit 6a87956370

View file

@ -57,7 +57,7 @@ calc_byte_to_paint: ;; aka small_x_offset
AND #%00000111 AND #%00000111
TAX TAX
;;this is the same as: byte_to_paint = 2^X ;;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 draw: ;;Let draw some stuff
ORA (btp_mem_pos), Y ORA (btp_mem_pos), Y