Correct comment to refer to lookup_tables.s, not END.s
This commit is contained in:
parent
df3ef46afd
commit
6a87956370
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue