diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 19:54:02 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 19:54:02 -0400 |
commit | 8e0e59ea4ab29c108ad5767e51b37742df206bb5 (patch) | |
tree | bcd8c61515aebf8ddffeb176cdb813f7bf706fdb | |
parent | af6da13f663c11b319d34785b3b4f428469337d4 (diff) |
Dump tileset 2
-rw-r--r-- | gfx/tilesets/tileset1.png | bin | 924 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/tileset1.t3.png | bin | 0 -> 890 bytes | |||
-rw-r--r-- | gfx/tilesets/tileset2.t9.png | bin | 0 -> 1617 bytes | |||
-rwxr-xr-x | main.asm | 8 |
4 files changed, 6 insertions, 2 deletions
diff --git a/gfx/tilesets/tileset1.png b/gfx/tilesets/tileset1.png Binary files differdeleted file mode 100644 index a7ecfa1..0000000 --- a/gfx/tilesets/tileset1.png +++ /dev/null diff --git a/gfx/tilesets/tileset1.t3.png b/gfx/tilesets/tileset1.t3.png Binary files differnew file mode 100644 index 0000000..e230bbb --- /dev/null +++ b/gfx/tilesets/tileset1.t3.png diff --git a/gfx/tilesets/tileset2.t9.png b/gfx/tilesets/tileset2.t9.png Binary files differnew file mode 100644 index 0000000..066e086 --- /dev/null +++ b/gfx/tilesets/tileset2.t9.png @@ -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 |