mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Update intro.asm
This commit is contained in:
parent
c9e8a5a8fd
commit
7d80a09f58
|
@ -327,6 +327,15 @@ PlayShootingStar:
|
||||||
push af
|
push af
|
||||||
pop af
|
pop af
|
||||||
jr c, .next ; skip the delay if the user interrupted the animation
|
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
|
ld c, 40
|
||||||
call DelayFrames
|
call DelayFrames
|
||||||
.next
|
.next
|
||||||
|
|
Loading…
Reference in a new issue