diff options
-rw-r--r-- | gfx/overworld_map.t15.png | bin | 0 -> 2160 bytes | |||
-rwxr-xr-x | main.asm | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/overworld_map.t15.png b/gfx/overworld_map.t15.png Binary files differnew file mode 100644 index 0000000..5a0ee82 --- /dev/null +++ b/gfx/overworld_map.t15.png @@ -135,7 +135,11 @@ PlayerGfx: ; 87d7e (21:7d7e) INCBIN "baserom.gbc",$87fc0,$88000 - $87fc0 SECTION "bank22",ROMX,BANK[$22] -INCBIN "baserom.gbc",$88000,$4000 +OverworldMapTiles: ; 88000 (22:4000) + dw $c1 + INCBIN "gfx/overworld_map.t15.2bpp" + +INCBIN "baserom.gbc",$88c12,$8C000 - $88c12 SECTION "bank23",ROMX,BANK[$23] INCBIN "baserom.gbc",$8C000,$4000 |