summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)