From 5e81fcd8031cdcc5509895ad7af66aea3441004b Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Fri, 20 Jun 2014 09:17:15 -0400 Subject: Dump poison graphics --- gfx/poison.png | Bin 0 -> 94 bytes main.asm | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 gfx/poison.png diff --git a/gfx/poison.png b/gfx/poison.png new file mode 100644 index 0000000..8f8b22c Binary files /dev/null and b/gfx/poison.png 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 -- cgit v1.2.3