diff options
Diffstat (limited to 'asm/sound_check_menu.s')
-rw-r--r-- | asm/sound_check_menu.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/sound_check_menu.s b/asm/sound_check_menu.s index b47229d2b..c34945bcc 100644 --- a/asm/sound_check_menu.s +++ b/asm/sound_check_menu.s @@ -2012,7 +2012,7 @@ _080BB104: movs r4, 0x40 negs r4, r4 adds r1, r4, 0 - bl PlaySE12WithPanning + bl PlaySoundEffect12WithPanning str r4, [r5, 0x1C] b _080BB14C .align 2, 0 @@ -2021,7 +2021,7 @@ _080BB13C: .4byte gUnknown_020387B4 _080BB140: ldrh r0, [r5] movs r1, 0x3F - bl PlaySE12WithPanning + bl PlaySoundEffect12WithPanning movs r0, 0x3F str r0, [r5, 0x1C] _080BB14C: @@ -2031,7 +2031,7 @@ _080BB14C: b _080BB1C8 _080BB154: ldrh r0, [r5] - bl PlaySE12WithPanning + bl PlaySoundEffect12WithPanning str r4, [r5, 0x18] b _080BB1C8 _080BB15E: |