mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Merge branch 'master' into master
This commit is contained in:
commit
a022479e28
3 changed files with 7 additions and 8 deletions
|
|
@ -331,11 +331,10 @@ PlayShootingStar:
|
|||
ld a, $67 ; starting tile ID
|
||||
ld c, $06 ; number of tiles
|
||||
.loop
|
||||
ld [hli], a
|
||||
inc a
|
||||
dec c
|
||||
jr nz, .loop
|
||||
|
||||
ld [hli], a
|
||||
inc a
|
||||
dec c
|
||||
jr nz, .loop
|
||||
ld c, 40
|
||||
call DelayFrames
|
||||
.next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue