diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 20:01:13 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 20:01:13 -0400 |
commit | 8dd4e0f3620e6319952a927621991481bb45dcdf (patch) | |
tree | 12965013792c2f8c15249417eef101f09da43bd9 | |
parent | 6afcace55284c82ca1dff3fa47e72e617a621d8d (diff) |
Dump tileset 4
-rw-r--r-- | gfx/tilesets/tileset4.t8.png | bin | 0 -> 1361 bytes | |||
-rwxr-xr-x | main.asm | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset4.t8.png b/gfx/tilesets/tileset4.t8.png Binary files differnew file mode 100644 index 0000000..8dd2670 --- /dev/null +++ b/gfx/tilesets/tileset4.t8.png @@ -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 |