From 60fecd05591932f15210e4dc26929f9608448b4b Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 18 Sep 2018 09:59:34 +0000 Subject: Test dump of 4-colour tiles to BG3. --- maps.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maps.asm') 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 -- cgit v1.2.3