mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Add titlescreen copyright tilemap
This commit is contained in:
parent
f6b159bce7
commit
7eafe495fb
6
main.asm
6
main.asm
|
@ -11017,7 +11017,7 @@ ENDC
|
||||||
ld [hl], a
|
ld [hl], a
|
||||||
FuncCoord 2, 17 ; $c4f6
|
FuncCoord 2, 17 ; $c4f6
|
||||||
ld hl, Coord
|
ld hl, Coord
|
||||||
ld de, .unknown_437f ; $437f
|
ld de, .titlescreenTilemap ; $437f
|
||||||
ld b, $10
|
ld b, $10
|
||||||
.asm_4377
|
.asm_4377
|
||||||
ld a, [de]
|
ld a, [de]
|
||||||
|
@ -11027,8 +11027,8 @@ ENDC
|
||||||
jr nz, .asm_4377
|
jr nz, .asm_4377
|
||||||
jr .asm_438f
|
jr .asm_438f
|
||||||
|
|
||||||
.unknown_437f ; 437f (1:437f)
|
.titlescreenTilemap ; 437f (1:437f)
|
||||||
INCBIN "baserom.gbc",$437f,$438f - $437f
|
db $41,$42,$43,$42,$44,$42,$45,$46,$47,$48,$49,$4A,$4B,$4C,$4D,$4E ; ©'95.'96.'98 GAME FREAK inc.
|
||||||
|
|
||||||
.asm_438f
|
.asm_438f
|
||||||
call SaveScreenTilesToBuffer2
|
call SaveScreenTilesToBuffer2
|
||||||
|
|
Loading…
Reference in a new issue