shithub: pokecrystal

Download patch

ref: 650dc98be4a5cb79e23cf4495acc25b3af7dc6c0
parent: 754325b270c86163541429bb4fb37c809bdf7ea3
author: yenatch <[email protected]>
date: Wed Oct 9 23:12:02 EDT 2013

game freak logo

binary files /dev/null b/gfx/splash/logo.1bpp differ
--- a/main.asm
+++ b/main.asm
@@ -71555,9 +71555,9 @@
 ; e45e8
 
 Functione45e8: ; e45e8
-	ld de, $47cc
+	ld de, GameFreakLogo
 	ld hl, VTiles2
-	ld bc, $391c
+	ld bc, BANK(GameFreakLogo) << 8 + $1c
 	call Get1bpp
 	ld a, [rSVBK]
 	push af
@@ -71714,8 +71714,11 @@
 ; e46ed
 
 
-INCBIN "baserom.gbc", $e46ed, $e48ac - $e46ed
+INCBIN "baserom.gbc", $e46ed, $e47cc - $e46ed
 
+GameFreakLogo: ; e47cc
+INCBIN "gfx/splash/logo.1bpp"
+; e48ac
 
 Functione48ac: ; e48ac
 	ld a, [rSVBK]