summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gfx/tilesets/tileset9.t13.pngbin0 -> 1289 bytes
-rwxr-xr-xmain.asm6
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset9.t13.png b/gfx/tilesets/tileset9.t13.png
new file mode 100644
index 0000000..86798de
--- /dev/null
+++ b/gfx/tilesets/tileset9.t13.png
Binary files differ
diff --git a/main.asm b/main.asm
index 0e1035b..7096a8f 100755
--- a/main.asm
+++ b/main.asm
@@ -174,7 +174,11 @@ OWSpritePlayer: ; 8be90 (22:7e90)
INCBIN "baserom.gbc",$8bfd2,$8C000 - $8bfd2
SECTION "bank23",ROMX,BANK[$23]
-INCBIN "baserom.gbc",$8C000,$4000
+Tileset9Gfx: ; 8c000 (23:4000)
+ dw $83
+ INCBIN "gfx/tilesets/tileset9.t13.2bpp"
+
+INCBIN "baserom.gbc",$8c832,$90000 - $8c832
SECTION "bank24",ROMX,BANK[$24]
INCBIN "baserom.gbc",$90000,$93aa2 - $90000