mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +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
|
|
@ -89,7 +89,7 @@ Route22Script0:
|
|||
and a
|
||||
jr z, .asm_50f4e
|
||||
ld a, SFX_STOP_ALL_MUSIC
|
||||
ld [wNewSoundID], a
|
||||
; ld [wNewSoundID], a
|
||||
call PlaySound
|
||||
.asm_50f4e
|
||||
ld c, 0 ; BANK(Music_MeetRival)
|
||||
|
|
@ -168,7 +168,7 @@ Route22Script2:
|
|||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
ld a, SFX_STOP_ALL_MUSIC
|
||||
ld [wNewSoundID], a
|
||||
; ld [wNewSoundID], a
|
||||
call PlaySound
|
||||
farcall Music_RivalAlternateStart
|
||||
ld a, [wcf0d]
|
||||
|
|
@ -242,11 +242,11 @@ Route22Script_5104e:
|
|||
and a
|
||||
jr z, .skipYVisibilityTesta
|
||||
ld a, SFX_STOP_ALL_MUSIC
|
||||
ld [wNewSoundID], a
|
||||
; ld [wNewSoundID], a
|
||||
call PlaySound
|
||||
.skipYVisibilityTesta
|
||||
ld a, SFX_STOP_ALL_MUSIC
|
||||
ld [wNewSoundID], a
|
||||
; ld [wNewSoundID], a
|
||||
call PlaySound
|
||||
farcall Music_RivalAlternateTempo
|
||||
ld a, $2
|
||||
|
|
@ -327,7 +327,7 @@ Route22Script5:
|
|||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
ld a, SFX_STOP_ALL_MUSIC
|
||||
ld [wNewSoundID], a
|
||||
; ld [wNewSoundID], a
|
||||
call PlaySound
|
||||
farcall Music_RivalAlternateStartAndTempo
|
||||
ld a, [wcf0d]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue