Merge branch 'master' into master

This commit is contained in:
May Evans 2022-08-31 03:05:37 +01:00 committed by GitHub
commit a022479e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 8 deletions

View file

@ -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