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 /main.asm | |
parent | 5e81fcd8031cdcc5509895ad7af66aea3441004b (diff) |
Dump card pop graphics
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |