mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
PRESENTS subtitle restoration
from: https://github.com/pret/pokered/wiki/Restore-the-PRESENTS-subtitle-under-the-Game-Freak-logo-in-the-intro-animation
This commit is contained in:
parent
6742863cd1
commit
4c539b8954
|
|
@ -327,6 +327,15 @@ PlayShootingStar:
|
|||
push af
|
||||
pop af
|
||||
jr c, .next ; skip the delay if the user interrupted the animation
|
||||
hlcoord 7, 11 ; starting coordinate, restore presents
|
||||
ld a, $67 ; starting tile ID
|
||||
ld c, $06 ; number of tiles
|
||||
.loop
|
||||
ld [hli], a
|
||||
inc a
|
||||
dec c
|
||||
jr nz, .loop
|
||||
|
||||
ld c, 40
|
||||
call DelayFrames
|
||||
.next
|
||||
|
|
|
|||
Loading…
Reference in a new issue