diff options
-rw-r--r-- | gfx/tilesets/tileset12.t9.png | bin | 0 -> 1024 bytes | |||
-rwxr-xr-x | main.asm | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset12.t9.png b/gfx/tilesets/tileset12.t9.png Binary files differnew file mode 100644 index 0000000..188c571 --- /dev/null +++ b/gfx/tilesets/tileset12.t9.png @@ -186,7 +186,11 @@ Tileset11Gfx: ; 8cbd4 (23:4bd4) dw $52 INCBIN "gfx/tilesets/tileset11.t14.2bpp" -INCBIN "baserom.gbc",$8d0f6,$90000 - $8d0f6 +Tileset12Gfx: ; 8d0f6 (23:50f6) + dw $57 + INCBIN "gfx/tilesets/tileset12.t9.2bpp" + +INCBIN "baserom.gbc",$8d668,$90000 - $8d668 SECTION "bank24",ROMX,BANK[$24] INCBIN "baserom.gbc",$90000,$93aa2 - $90000 |