summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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