diff options
Diffstat (limited to 'audio/pokedex_rating_sfx.asm')
-rw-r--r-- | audio/pokedex_rating_sfx.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/pokedex_rating_sfx.asm b/audio/pokedex_rating_sfx.asm index 4a5647cb..aefbd066 100644 --- a/audio/pokedex_rating_sfx.asm +++ b/audio/pokedex_rating_sfx.asm @@ -10,9 +10,7 @@ PlayPokedexRatingSfx:: jr .getSfxPointer .gotSfxPointer push bc - ld a, SFX_STOP_ALL_MUSIC - ld [wNewSoundID], a - call PlaySoundWaitForCurrent + call StopAllMusic pop bc ld b, $0 ld hl, PokedexRatingSfxPointers |