mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Remove last few red audio variables
This commit is contained in:
parent
c1278c478e
commit
3508dc8e1d
28 changed files with 114 additions and 124 deletions
|
|
@ -97,9 +97,9 @@ rLCDC_DEFAULT EQU %11100011
|
|||
|
||||
predef LoadSGB
|
||||
|
||||
ld a, 0 ; BANK(SFX_Shooting_Star)
|
||||
ld [wAudioROMBank], a
|
||||
ld [wAudioSavedROMBank], a
|
||||
; ld a, 0 ; BANK(SFX_Shooting_Star)
|
||||
; ld [wAudioROMBank], a
|
||||
; ld [wAudioSavedROMBank], a
|
||||
ld a, $9c
|
||||
ldh [hAutoBGTransferDest + 1], a
|
||||
xor a
|
||||
|
|
@ -126,12 +126,12 @@ ClearVram::
|
|||
|
||||
|
||||
StopAllSounds::
|
||||
ld a, 0 ; BANK("Audio Engine 1")
|
||||
ld [wAudioROMBank], a
|
||||
ld [wAudioSavedROMBank], a
|
||||
; ld a, 0 ; BANK("Audio Engine 1")
|
||||
; ld [wAudioROMBank], a
|
||||
; ld [wAudioSavedROMBank], a
|
||||
xor a
|
||||
ld [wAudioFadeOutControl], a
|
||||
ld [wNewSoundID], a
|
||||
; ld [wNewSoundID], a
|
||||
ld [wLastMusicSoundID], a
|
||||
dec a
|
||||
jp PlaySound
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue