diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 19:45:31 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 19:45:31 -0400 |
commit | af6da13f663c11b319d34785b3b4f428469337d4 (patch) | |
tree | 8ebcc752771ed6dcc34e2eb2fb027e46b14527c4 | |
parent | 092bc156cc321ed7b22984d9878eb8891f67d259 (diff) |
Dump overworld map tiles
-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 |