diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-20 09:17:37 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-20 09:17:37 -0400 |
commit | 8f99f647c93030795eae1c65c9334d02c355840f (patch) | |
tree | 11fb1fd903466c88059e14ba5851e34d5900e03a | |
parent | 5e81fcd8031cdcc5509895ad7af66aea3441004b (diff) |
Dump card pop graphics
-rw-r--r-- | gfx/cardpop1.t3.png | bin | 0 -> 1437 bytes | |||
-rw-r--r-- | gfx/cardpop2.t3.png | bin | 0 -> 790 bytes | |||
-rw-r--r-- | gfx/cardpop3.t3.png | bin | 0 -> 769 bytes | |||
-rwxr-xr-x | main.asm | 14 |
4 files changed, 13 insertions, 1 deletions
diff --git a/gfx/cardpop1.t3.png b/gfx/cardpop1.t3.png Binary files differnew file mode 100644 index 0000000..a237736 --- /dev/null +++ b/gfx/cardpop1.t3.png diff --git a/gfx/cardpop2.t3.png b/gfx/cardpop2.t3.png Binary files differnew file mode 100644 index 0000000..0690f5c --- /dev/null +++ b/gfx/cardpop2.t3.png diff --git a/gfx/cardpop3.t3.png b/gfx/cardpop3.t3.png Binary files differnew file mode 100644 index 0000000..76d47a6 --- /dev/null +++ b/gfx/cardpop3.t3.png @@ -238,7 +238,19 @@ PoisonGfx: ; 8ffa4 (23:7fa4) INCBIN "baserom.gbc",$8ffe6,$90000 - $8ffe6 SECTION "bank24",ROMX,BANK[$24] -INCBIN "baserom.gbc",$90000,$93aa2 - $90000 +CardPop1Gfx: ; 90000 (24:4000) + dw $bd + INCBIN "gfx/cardpop1.t3.2bpp" + +CardPop2Gfx: ; 90bd2 (24:4bd2) + dw $6d + INCBIN "gfx/cardpop2.t3.2bpp" + +CardPop3Gfx: ; 912a4 (24:52a4) + dw $5d + INCBIN "gfx/cardpop3.t3.2bpp" + +INCBIN "baserom.gbc",$91876,$93aa2 - $91876 RonaldGfx: ; 93aa2 (24:7aa2) dw $24 |