diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-09-18 09:59:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-09-18 09:59:34 +0000 |
commit | 60fecd05591932f15210e4dc26929f9608448b4b (patch) | |
tree | 319bbbbd1e867eeab35f9a0c6023b9529ef4d135 /maps.asm | |
parent | f196ff1a43ce03decad5c693eb82992dde7c3dd0 (diff) |
Test dump of 4-colour tiles to BG3.
Diffstat (limited to 'maps.asm')
-rw-r--r-- | maps.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |