Revert "Temporarily change color to green"

This reverts commit 8ff3cb63da.
This commit is contained in:
Greg Shuflin 2022-06-13 17:12:37 -07:00
parent 8ff3cb63da
commit 379d1c88fc
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ start:
sta CGDATA
; Color 1 - red
lda #$e0
lda #$1f
sta CGDATA
lda #$03
lda #$00
sta CGDATA
; Color 2 - blue