mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Update home/audio.asm from pokecrystal
This commit is contained in:
parent
c52ab8fb90
commit
e538d12236
7 changed files with 179 additions and 150 deletions
|
|
@ -3051,6 +3051,3 @@ PlayApplyingAttackSound:
|
|||
ld [wTempoModifier], a
|
||||
ld a, c
|
||||
jp PlaySound
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue