summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-09-18 09:59:34 +0000
committerIan C <ianc@noddybox.co.uk>2018-09-18 09:59:34 +0000
commit60fecd05591932f15210e4dc26929f9608448b4b (patch)
tree319bbbbd1e867eeab35f9a0c6023b9529ef4d135
parentf196ff1a43ce03decad5c693eb82992dde7c3dd0 (diff)
Test dump of 4-colour tiles to BG3.
-rw-r--r--main.asm6
-rw-r--r--maps.asm4
2 files changed, 5 insertions, 5 deletions
diff --git a/main.asm b/main.asm
index d16f991..ee627bc 100644
--- a/main.asm
+++ b/main.asm
@@ -76,16 +76,16 @@ copybg3:
inx
dey
bne loop
- X8
+ INDEX8
; Initialise the screen
;
lda #$01
sta BGMODE
- lda #$1f
+ lda #$14
sta TM
- lda #$44
+ lda #$11
sta BG12NBA
stz BG34NBA
diff --git a/maps.asm b/maps.asm
index c83f538..f6cad8c 100644
--- a/maps.asm
+++ b/maps.asm
@@ -8,8 +8,8 @@
bank 2
BG3Map:
- db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
- db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+ db 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,0,0,0,0,0,0,0,0,0,0,0,0
+ db 20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,1,40,40,40,40,0,0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,1,40,0,40,0,0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0