summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-09-01 12:12:05 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-09-01 12:12:05 -0400
commitc660927cc3b56c69ded63a6efd3d37275ea0b0b4 (patch)
tree5c41d69a5e695987ba40d05caee5579963a282f6
parent418a6bdfb0490df6647b7dec45ed320666f5ecd3 (diff)
Add copyright text string
-rw-r--r--main.asm8
1 files changed, 5 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 83546b2a..6c6132dd 100644
--- a/main.asm
+++ b/main.asm
@@ -11283,11 +11283,13 @@ Func_4541: ; 4541 (1:4541)
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