Fix pokeflute in battle sfx

and other small improvements
This commit is contained in:
dannye 2021-03-28 23:23:45 -05:00
parent 5f87413b23
commit c1278c478e
28 changed files with 108 additions and 131 deletions

View file

@ -61,14 +61,16 @@ PlayDefaultMusicCommon::
.next4
ld a, c
ld [wAudioFadeOutControl], a
and a
jr nz, .next5
inc a
.next5
ld [wMusicFade], a
ld a, b
ld [wLastMusicSoundID], a
ld [wNewSoundID], a
ld [wMusicFadeID], a
ld a, 8
ld [wMusicFade], a
;call FadeMusic ; called in updatemusic
ret
;UpdateMusic6Times::