Temporarily change color to green
To make sure the tile is changing
This commit is contained in:
parent
7e8671c071
commit
8ff3cb63da
@ -24,9 +24,9 @@ start:
|
||||
sta CGDATA
|
||||
|
||||
; Color 1 - red
|
||||
lda #$1f
|
||||
lda #$e0
|
||||
sta CGDATA
|
||||
lda #$00
|
||||
lda #$03
|
||||
sta CGDATA
|
||||
|
||||
; Color 2 - blue
|
||||
|
Loading…
Reference in New Issue
Block a user