Use tile 1 for entire background

This commit is contained in:
Greg Shuflin 2022-06-15 11:08:30 -07:00
parent 26d66e9b8d
commit 33bd61d62a
1 changed files with 2 additions and 3 deletions

View File

@ -69,7 +69,8 @@ start:
ldx #(VRAM_BG1) ldx #(VRAM_BG1)
@loop: @loop:
stx VMADDL stx VMADDL
stz VMDATAL lda #$01
sta VMDATAL
stz VMDATAH stz VMDATAH
inx inx
cpx #(VRAM_BG1 + 32 * 29) cpx #(VRAM_BG1 + 32 * 29)
@ -89,8 +90,6 @@ start:
sta TM sta TM
lda #$0f lda #$0f
sta INIDISP sta INIDISP