shithub: pokered

Download patch

ref: c660927cc3b56c69ded63a6efd3d37275ea0b0b4
parent: 418a6bdfb0490df6647b7dec45ed320666f5ecd3
author: U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
date: Sun Sep 1 08:12:05 EDT 2013

Add copyright text string

--- a/main.asm
+++ b/main.asm
@@ -11283,11 +11283,13 @@
 	call CopyVideoData
 	FuncCoord 2, 7 ; $c42e
 	ld hl, Coord
-	ld de, Unknown_4556 ; $4556
+	ld de, CopyrightTextString ; $4556
 	jp PlaceString
 
-Unknown_4556: ; 4556 (1:4556)
-INCBIN "baserom.gbc",$4556,$4588 - $4556
+CopyrightTextString: ; 4556 (1:4556)
+	db $60,$61,$62,$61,$63,$61,$64,$7F,$65,$66,$67,$68,$69,$6A,$4E             ; ©'95.'96.'98 Nintendo
+	db $60,$61,$62,$61,$63,$61,$64,$7F,$6B,$6C,$6D,$6E,$6F,$70,$71,$72,$4E     ; ©'95.'96.'98 Creatures inc.
+	db $60,$61,$62,$61,$63,$61,$64,$7F,$73,$74,$75,$76,$77,$78,$79,$7A,$7B,"@" ; ©'95.'96.'98 GAME FREAK inc.
 
 TitleMons: ; 4588 (1:4588)
 ; mons on the title screen are randomly chosen from here