Fix comment
also changing the tile map offset stored to $2116 changes where I write the tile
This commit is contained in:
parent
da806439a5
commit
00bafe811a
@ -76,11 +76,11 @@ Start:
|
||||
lda #%00000001
|
||||
sta $212c ; enable bkg 1,
|
||||
|
||||
ldx #$0400 ; load $0400 (VRAM address of tile data)
|
||||
ldx #$04f0 ; load $0400 (VRAM address of tile data)
|
||||
stx $2116 ; and store it to VRAM address word-sized register
|
||||
|
||||
ldx #$0001
|
||||
stx $2118 ;store tile map entry to the address specified in $2116 - this eincrements or not based on 2105
|
||||
stx $2118 ;store tile map entry to the address specified in $2116 - this increments or not based on 2115
|
||||
|
||||
|
||||
lda #%10000001 ; enable NMI and joypads
|
||||
|
Loading…
Reference in New Issue
Block a user