mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
Fix pokeflute in battle sfx
and other small improvements
This commit is contained in:
parent
5f87413b23
commit
c1278c478e
28 changed files with 108 additions and 131 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue