summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-19 19:28:12 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-19 19:28:12 -0400
commit17f404c1556b7f9656c3c49ba371b6e009e8904e (patch)
treeb36eac015586ac360493335047e082bdb9e0bb71
parent8c67fbd8284565efa911239499ad7389aa441fcd (diff)
Dump tileset 1
-rw-r--r--gfx/tilesets/tileset1.pngbin0 -> 924 bytes
-rwxr-xr-xmain.asm8
2 files changed, 7 insertions, 1 deletions
diff --git a/gfx/tilesets/tileset1.png b/gfx/tilesets/tileset1.png
new file mode 100644
index 0000000..a7ecfa1
--- /dev/null
+++ b/gfx/tilesets/tileset1.png
Binary files differ
diff --git a/main.asm b/main.asm
index ef6c649..bfef492 100755
--- a/main.asm
+++ b/main.asm
@@ -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