mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 06:38:40 +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
|
|
@ -29,7 +29,7 @@ MomHealPokemon:
|
|||
call ReloadMapData
|
||||
predef HealParty
|
||||
ld a, MUSIC_PKMN_HEALED
|
||||
ld [wNewSoundID], a
|
||||
; ld [wNewSoundID], a
|
||||
call PlayMusic
|
||||
|
||||
call WaitForSongToFinish
|
||||
|
|
@ -39,7 +39,7 @@ MomHealPokemon:
|
|||
; jr z, .next
|
||||
|
||||
ld a, [wMapMusicSoundID]
|
||||
ld [wNewSoundID], a
|
||||
; ld [wNewSoundID], a
|
||||
call PlayMusic
|
||||
call GBFadeInFromWhite
|
||||
ld hl, MomHealText2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue