Go back to tile 0

This commit is contained in:
Greg Shuflin 2022-06-15 11:10:07 -07:00
parent 33bd61d62a
commit 0de9c89162
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ start:
ldx #(VRAM_BG1)
@loop:
stx VMADDL
lda #$01
lda #$00
sta VMDATAL
stz VMDATAH
inx