diff options
-rw-r--r-- | main.asm | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |