summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-19 20:01:13 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-19 20:01:13 -0400
commit8dd4e0f3620e6319952a927621991481bb45dcdf (patch)
tree12965013792c2f8c15249417eef101f09da43bd9
parent6afcace55284c82ca1dff3fa47e72e617a621d8d (diff)
Dump tileset 4
-rw-r--r--gfx/tilesets/tileset4.t8.pngbin0 -> 1361 bytes
-rwxr-xr-xmain.asm6
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset4.t8.png b/gfx/tilesets/tileset4.t8.png
new file mode 100644
index 0000000..8dd2670
--- /dev/null
+++ b/gfx/tilesets/tileset4.t8.png
Binary files differ
diff --git a/main.asm b/main.asm
index 264b041..e624364 100755
--- a/main.asm
+++ b/main.asm
@@ -147,7 +147,11 @@ Tileset3Gfx: ; 89584 (22:5584)
dw $81
INCBIN "gfx/tilesets/tileset3.t15.2bpp"
-INCBIN "baserom.gbc",$89d96,$8C000 - $89d96
+Tileset4Gfx: ; 89d96 (22:5d96)
+ dw $78
+ INCBIN "gfx/tilesets/tileset4.t8.2bpp"
+
+INCBIN "baserom.gbc",$8a518,$8C000 - $8a518
SECTION "bank23",ROMX,BANK[$23]
INCBIN "baserom.gbc",$8C000,$4000