diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-20 10:03:47 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-20 10:03:47 -0400 |
commit | 0c0156c24160126ba6cdb5029a5d46f971e231b4 (patch) | |
tree | 8e37caf32bdc9c7e61205d4f2753155b142adca7 /main.asm | |
parent | b11c5201001cd8f81faea3114f6509da36e1172f (diff) |
Dump copyright graphics
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -278,7 +278,11 @@ RonaldGfx: ; 93aa2 (24:7aa2) dw $24 INCBIN "gfx/trainers/ronald.2bpp" -INCBIN "baserom.gbc",$93ce4,$94000 - $93ce4 +CopyrightGfx: ; 93ce4 (24:7ce4) + dw $24 + INCBIN "gfx/copyright.2bpp" + +INCBIN "baserom.gbc",$93f26,$94000 - $93f26 SECTION "bank25",ROMX,BANK[$25] Laboratory1Gfx: ; 94000 (25:4000) |