diff options
-rw-r--r-- | gfx/tilesets/tileset3.t15.png | bin | 0 -> 1537 bytes | |||
-rwxr-xr-x | main.asm | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset3.t15.png b/gfx/tilesets/tileset3.t15.png Binary files differnew file mode 100644 index 0000000..96d59c5 --- /dev/null +++ b/gfx/tilesets/tileset3.t15.png @@ -143,7 +143,11 @@ Tileset2Gfx: ; 88c12 (22:4c12) dw $97 INCBIN "gfx/tilesets/tileset2.t9.2bpp" -INCBIN "baserom.gbc",$89584,$8C000 - $89584 +Tileset3Gfx: ; 89584 (22:5584) + dw $81 + INCBIN "gfx/tilesets/tileset3.t15.2bpp" + +INCBIN "baserom.gbc",$89d96,$8C000 - $89d96 SECTION "bank23",ROMX,BANK[$23] INCBIN "baserom.gbc",$8C000,$4000 |