mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Fix remaining uses of fade
This commit is contained in:
parent
37d3ba4b39
commit
b2afaae7ab
14 changed files with 43 additions and 62 deletions
|
|
@ -281,8 +281,7 @@ HoFRecordMonInfo:
|
|||
|
||||
HoFFadeOutScreenAndMusic:
|
||||
ld a, 10
|
||||
ld [wAudioFadeOutCounterReloadValue], a
|
||||
ld [wAudioFadeOutCounter], a
|
||||
ld a, $ff
|
||||
ld [wAudioFadeOutControl], a
|
||||
ld [wMusicFade], a
|
||||
xor a
|
||||
ld [wMusicFadeID], a
|
||||
jp GBFadeOutToWhite
|
||||
|
|
|
|||
|
|
@ -133,12 +133,9 @@ OakSpeech:
|
|||
; ld [wAudioSavedROMBank], a
|
||||
|
||||
ld a, 10
|
||||
call StopMusic
|
||||
; ld a, 10
|
||||
; ld [wAudioFadeOutControl], a
|
||||
; ld a, SFX_STOP_ALL_MUSIC
|
||||
; ld [wNewSoundID], a
|
||||
; call PlaySound
|
||||
ld [wMusicFade], a
|
||||
xor a
|
||||
ld [wMusicFadeID], a
|
||||
|
||||
pop af
|
||||
ldh [hLoadedROMBank], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue