Update home/audio.asm from pokecrystal

This commit is contained in:
dannye 2019-04-21 19:24:02 -05:00
parent c52ab8fb90
commit e538d12236
7 changed files with 179 additions and 150 deletions

View file

@ -3051,6 +3051,3 @@ PlayApplyingAttackSound:
ld [wTempoModifier], a
ld a, c
jp PlaySound

View file

@ -830,7 +830,7 @@ TradeCenter_Trade:
ld [wAudioSavedROMBank], a
ld a, MUSIC_SAFARI_ZONE
ld [wNewSoundID], a
call PlaySound
call PlayMusic
ld c, 100
call DelayFrames
call ClearScreen
@ -921,7 +921,7 @@ CableClub_Run:
ld [wAudioSavedROMBank], a
ld a, MUSIC_CELADON
ld [wNewSoundID], a
jp PlaySound
jp PlayMusic
EmptyFunc3:
ret