diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-20 09:17:15 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-20 09:17:15 -0400 |
commit | 5e81fcd8031cdcc5509895ad7af66aea3441004b (patch) | |
tree | a46a47287a55cc5ecc6649cdcd74d788f48e2408 | |
parent | 8dd8d71f265f703c8e671bf9fcd9c60c0bacbb39 (diff) |
Dump poison graphics
-rw-r--r-- | gfx/poison.png | bin | 0 -> 94 bytes | |||
-rwxr-xr-x | main.asm | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/poison.png b/gfx/poison.png Binary files differnew file mode 100644 index 0000000..8f8b22c --- /dev/null +++ b/gfx/poison.png @@ -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 |