diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 20:32:53 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 20:32:53 -0400 |
commit | a596524b8813d2ad3418877b6b5cca26147e1e8c (patch) | |
tree | 61fd719be3865c251a38ed22c55734b91afb8a00 | |
parent | 3a9b7b19c984a2e3a6bad81a31b3ce7ed282361b (diff) |
Dump tileset 10
-rw-r--r-- | gfx/tilesets/tileset10.t6.png | bin | 0 -> 653 bytes | |||
-rwxr-xr-x | main.asm | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset10.t6.png b/gfx/tilesets/tileset10.t6.png Binary files differnew file mode 100644 index 0000000..9b2e7a5 --- /dev/null +++ b/gfx/tilesets/tileset10.t6.png @@ -178,7 +178,11 @@ Tileset9Gfx: ; 8c000 (23:4000) dw $83 INCBIN "gfx/tilesets/tileset9.t13.2bpp" -INCBIN "baserom.gbc",$8c832,$90000 - $8c832 +Tileset10Gfx: ; 8c832 (23:4832) + dw $3a + INCBIN "gfx/tilesets/tileset10.t6.2bpp" + +INCBIN "baserom.gbc",$8cbd4,$90000 - $8cbd4 SECTION "bank24",ROMX,BANK[$24] INCBIN "baserom.gbc",$90000,$93aa2 - $90000 |