Temporarily change color to green

To make sure the tile is changing
This commit is contained in:
Greg Shuflin 2022-06-13 17:12:24 -07:00
parent 7e8671c071
commit 8ff3cb63da
1 changed files with 2 additions and 2 deletions

View File

@ -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