Slightly altered merge of #408

This commit is contained in:
Lior Halphon 2021-10-20 21:46:17 +03:00
parent e04dcd90d6
commit 1376c386a2
1 changed files with 3 additions and 4 deletions

View File

@ -190,10 +190,9 @@ ENDC
IF !DEF(FAST) IF !DEF(FAST)
call DoIntroAnimation call DoIntroAnimation
ld a, 45 ld a, 48 ; frames to wait after playing the chime
ldh [WaitLoopCounter], a ldh [WaitLoopCounter], a
; Wait ~0.75 seconds ld b, 4 ; frames to wait before playing the chime
ld b, a
call WaitBFrames call WaitBFrames
; Play first sound ; Play first sound
@ -1187,7 +1186,7 @@ ChangeAnimationPalette:
call WaitFrame call WaitFrame
call LoadPalettesFromHRAM call LoadPalettesFromHRAM
; Delay the wait loop while the user is selecting a palette ; Delay the wait loop while the user is selecting a palette
ld a, 45 ld a, 48
ldh [WaitLoopCounter], a ldh [WaitLoopCounter], a
pop de pop de
pop bc pop bc