summaryrefslogtreecommitdiff
path: root/src/record_mixing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/record_mixing.c')
-rw-r--r--src/record_mixing.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/record_mixing.c b/src/record_mixing.c
index f8c684161..58722010f 100644
--- a/src/record_mixing.c
+++ b/src/record_mixing.c
@@ -94,7 +94,7 @@ void Task_RecordMixing_SoundEffect(u8 taskId)
gTasks[taskId].data[0]++;
if (gTasks[taskId].data[0] == 50)
{
- PlaySoundEffect(SE_W213);
+ PlaySE(SE_W213);
gTasks[taskId].data[0] = 0;
}
}
@@ -128,7 +128,7 @@ void Task_RecordMixing_Main(u8 taskId)
case 2:
taskData[10] = CreateTask(sub_80BA00C, 10);
taskData[TD_STATE] = 3;
- PlaySoundEffect(SE_W226);
+ PlaySE(SE_W226);
break;
case 3: // wait for sub_80BA00C
if (!gTasks[taskData[10]].isActive)
@@ -187,14 +187,14 @@ void sub_80B95F0(u8 taskId)
{
if (players == sub_800820C())
{
- PlaySoundEffect(0x15);
+ PlaySE(0x15);
task->data[TD_STATE] = 201;
task->data[12] = 0;
}
}
else
{
- PlaySoundEffect(0x16);
+ PlaySE(0x16);
task->data[TD_STATE] = 301;
}
break;