summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-20 09:17:15 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-20 09:17:15 -0400
commit5e81fcd8031cdcc5509895ad7af66aea3441004b (patch)
treea46a47287a55cc5ecc6649cdcd74d788f48e2408
parent8dd8d71f265f703c8e671bf9fcd9c60c0bacbb39 (diff)
Dump poison graphics
-rw-r--r--gfx/poison.pngbin0 -> 94 bytes
-rwxr-xr-xmain.asm6
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/poison.png b/gfx/poison.png
new file mode 100644
index 0000000..8f8b22c
--- /dev/null
+++ b/gfx/poison.png
Binary files differ
diff --git a/main.asm b/main.asm
index 0f93a89..1aa926a 100755
--- a/main.asm
+++ b/main.asm
@@ -231,7 +231,11 @@ NintendoGfx: ; 8fe22 (23:7e22)
dw $18
INCBIN "gfx/nintendo.2bpp"
-INCBIN "baserom.gbc",$8ffa4,$90000 - $8ffa4
+PoisonGfx: ; 8ffa4 (23:7fa4)
+ dw $4
+ INCBIN "gfx/poison.2bpp"
+
+INCBIN "baserom.gbc",$8ffe6,$90000 - $8ffe6
SECTION "bank24",ROMX,BANK[$24]
INCBIN "baserom.gbc",$90000,$93aa2 - $90000