summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-20 10:03:47 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-20 10:03:47 -0400
commit0c0156c24160126ba6cdb5029a5d46f971e231b4 (patch)
tree8e37caf32bdc9c7e61205d4f2753155b142adca7
parentb11c5201001cd8f81faea3114f6509da36e1172f (diff)
Dump copyright graphics
-rw-r--r--gfx/copyright.pngbin0 -> 298 bytes
-rwxr-xr-xmain.asm6
2 files changed, 5 insertions, 1 deletions
diff --git a/gfx/copyright.png b/gfx/copyright.png
new file mode 100644
index 0000000..e5ec75a
--- /dev/null
+++ b/gfx/copyright.png
Binary files differ
diff --git a/main.asm b/main.asm
index 6e59d67..86780e4 100755
--- a/main.asm
+++ b/main.asm
@@ -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)