From 00bafe811a5e7a560aa3e678d428eeb2aeafd628 Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 7 Dec 2016 02:14:42 -0800 Subject: [PATCH] Fix comment also changing the tile map offset stored to $2116 changes where I write the tile --- test_gfx.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_gfx.asm b/test_gfx.asm index 5d6286e..8938fdb 100644 --- a/test_gfx.asm +++ b/test_gfx.asm @@ -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