cycle 'in' not 'out'

This commit is contained in:
Brooke Vibber 2024-12-30 11:35:45 -08:00
parent 71d8d93abc
commit 14125a398a

View file

@ -234,12 +234,12 @@ color_map:
palette_start:
.byte $04
.byte $08
.byte $0e
.byte $08
.byte $04
palette_repeat:
.byte $03
.byte $09
.byte $0e
.byte $08
palette_entries = 3
@ -1206,7 +1206,7 @@ skip_luma:
ldy palette_offset
lda palette_chroma,x
ora palette_start,y
sta COLOR0
sta COLOR2
;inx
iny
@ -1218,7 +1218,7 @@ skip_luma:
iny
lda palette_chroma,x
ora palette_start,y
sta COLOR2
sta COLOR0
rts
.endproc