diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 19:28:12 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-19 19:28:12 -0400 |
commit | 17f404c1556b7f9656c3c49ba371b6e009e8904e (patch) | |
tree | b36eac015586ac360493335047e082bdb9e0bb71 | |
parent | 8c67fbd8284565efa911239499ad7389aa441fcd (diff) |
Dump tileset 1
-rw-r--r-- | gfx/tilesets/tileset1.png | bin | 0 -> 924 bytes | |||
-rwxr-xr-x | main.asm | 8 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset1.png b/gfx/tilesets/tileset1.png Binary files differnew file mode 100644 index 0000000..a7ecfa1 --- /dev/null +++ b/gfx/tilesets/tileset1.png @@ -114,7 +114,13 @@ SECTION "bank20",ROMX,BANK[$20] INCLUDE "engine/bank20.asm" SECTION "bank21",ROMX,BANK[$21] -INCBIN "baserom.gbc",$84000,$87d7e - $84000 +INCBIN "baserom.gbc",$84000,$87828 - $84000 + +Tileset1Gfx: ; 87828 (21:7828) + dw $4d + INCBIN "gfx/tilesets/tileset1.2bpp" + +INCBIN "baserom.gbc",$87cfa,$87d7e - $87cfa PlayerGfx: ; 87d7e (21:7d7e) dw $24 |