mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add copyright text string
This commit is contained in:
parent
418a6bdfb0
commit
c660927cc3
8
main.asm
8
main.asm
|
@ -11283,11 +11283,13 @@ Func_4541: ; 4541 (1:4541)
|
||||||
call CopyVideoData
|
call CopyVideoData
|
||||||
FuncCoord 2, 7 ; $c42e
|
FuncCoord 2, 7 ; $c42e
|
||||||
ld hl, Coord
|
ld hl, Coord
|
||||||
ld de, Unknown_4556 ; $4556
|
ld de, CopyrightTextString ; $4556
|
||||||
jp PlaceString
|
jp PlaceString
|
||||||
|
|
||||||
Unknown_4556: ; 4556 (1:4556)
|
CopyrightTextString: ; 4556 (1:4556)
|
||||||
INCBIN "baserom.gbc",$4556,$4588 - $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)
|
TitleMons: ; 4588 (1:4588)
|
||||||
; mons on the title screen are randomly chosen from here
|
; mons on the title screen are randomly chosen from here
|
||||||
|
|
Loading…
Reference in a new issue