summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-19 20:43:26 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-19 20:43:26 -0400
commit1d3a21889d01b64496b64aef41de60f1f34c6c1d (patch)
tree5b1b54b08b47eca0f092dec08a0e078d49d71e7d
parent795f2d82c3dab54064d46bd43279f66dc905e2e3 (diff)
Dump tileset 14
-rw-r--r--gfx/tilesets/tileset14.t2.pngbin0 -> 904 bytes
-rwxr-xr-xmain.asm6
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset14.t2.png b/gfx/tilesets/tileset14.t2.png
new file mode 100644
index 0000000..f696085
--- /dev/null
+++ b/gfx/tilesets/tileset14.t2.png
Binary files differ
diff --git a/main.asm b/main.asm
index bbde429..4befc08 100755
--- a/main.asm
+++ b/main.asm
@@ -194,7 +194,11 @@ Tileset13Gfx: ; 8d668 (23:5668)
dw $9d
INCBIN "gfx/tilesets/tileset13.t3.2bpp"
-INCBIN "baserom.gbc",$8e03a,$90000 - $8e03a
+Tileset14Gfx: ; 8e03a (23:603a)
+ dw $4e
+ INCBIN "gfx/tilesets/tileset14.t2.2bpp"
+
+INCBIN "baserom.gbc",$8e51c,$90000 - $8e51c
SECTION "bank24",ROMX,BANK[$24]
INCBIN "baserom.gbc",$90000,$93aa2 - $90000