summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-19 19:54:02 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-19 19:54:02 -0400
commit8e0e59ea4ab29c108ad5767e51b37742df206bb5 (patch)
treebcd8c61515aebf8ddffeb176cdb813f7bf706fdb
parentaf6da13f663c11b319d34785b3b4f428469337d4 (diff)
Dump tileset 2
-rw-r--r--gfx/tilesets/tileset1.pngbin924 -> 0 bytes
-rw-r--r--gfx/tilesets/tileset1.t3.pngbin0 -> 890 bytes
-rw-r--r--gfx/tilesets/tileset2.t9.pngbin0 -> 1617 bytes
-rwxr-xr-xmain.asm8
4 files changed, 6 insertions, 2 deletions
diff --git a/gfx/tilesets/tileset1.png b/gfx/tilesets/tileset1.png
deleted file mode 100644
index a7ecfa1..0000000
--- a/gfx/tilesets/tileset1.png
+++ /dev/null
Binary files differ
diff --git a/gfx/tilesets/tileset1.t3.png b/gfx/tilesets/tileset1.t3.png
new file mode 100644
index 0000000..e230bbb
--- /dev/null
+++ b/gfx/tilesets/tileset1.t3.png
Binary files differ
diff --git a/gfx/tilesets/tileset2.t9.png b/gfx/tilesets/tileset2.t9.png
new file mode 100644
index 0000000..066e086
--- /dev/null
+++ b/gfx/tilesets/tileset2.t9.png
Binary files differ
diff --git a/main.asm b/main.asm
index 35e1989..54160e5 100755
--- a/main.asm
+++ b/main.asm
@@ -118,7 +118,7 @@ INCBIN "baserom.gbc",$84000,$87828 - $84000
Tileset1Gfx: ; 87828 (21:7828)
dw $4d
- INCBIN "gfx/tilesets/tileset1.2bpp"
+ INCBIN "gfx/tilesets/tileset1.t3.2bpp"
SolidTiles1: ; 87cfa (21:7cfa)
dw $4
@@ -139,7 +139,11 @@ OverworldMapTiles: ; 88000 (22:4000)
dw $c1
INCBIN "gfx/overworld_map.t15.2bpp"
-INCBIN "baserom.gbc",$88c12,$8C000 - $88c12
+Tileset2Gfx: ; 88c12 (22:4c12)
+ dw $97
+ INCBIN "gfx/tilesets/tileset2.t9.2bpp"
+
+INCBIN "baserom.gbc",$89584,$8C000 - $89584
SECTION "bank23",ROMX,BANK[$23]
INCBIN "baserom.gbc",$8C000,$4000