summaryrefslogtreecommitdiff
path: root/src/berry_blender.c
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-21 23:46:19 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-22 00:10:20 -0800
commit96511dc214b9f343864b125816751040edccd010 (patch)
tree9caebfd073eea5f93ffef720d56730004586a2c7 /src/berry_blender.c
parent44415f1bbef8fed06608e9d37c3c355ce327198e (diff)
use internal song names
Diffstat (limited to 'src/berry_blender.c')
-rw-r--r--src/berry_blender.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c
index b1e8712a6..57b158870 100644
--- a/src/berry_blender.c
+++ b/src/berry_blender.c
@@ -1305,11 +1305,11 @@ static void sub_8080018(void)
sBerryBlenderData->field_4C = 128;
sBerryBlenderData->gameFrameTime = 0;
SetMainCallback2(sub_8081898);
- if (GetCurrentMapMusic() != BGM_CYCLING)
+ if (GetCurrentMapMusic() != MUS_CYCLING)
{
sBerryBlenderData->field_154 = GetCurrentMapMusic();
}
- PlayBGM(BGM_CYCLING);
+ PlayBGM(MUS_CYCLING);
break;
}
@@ -1604,10 +1604,10 @@ static void sub_80808D4(void)
sBerryBlenderData->field_120[i] = CreateTask(sUnknown_083399EC[i], 10 + i);
}
- if (GetCurrentMapMusic() != BGM_CYCLING)
+ if (GetCurrentMapMusic() != MUS_CYCLING)
sBerryBlenderData->field_154 = GetCurrentMapMusic();
- PlayBGM(BGM_CYCLING);
+ PlayBGM(MUS_CYCLING);
PlaySE(SE_MOTER);
Blender_ControlHitPitch();
break;
@@ -3522,7 +3522,7 @@ static void sub_8083F3C(u8 taskId)
{
if (gTasks[taskId].data[0] == 0)
{
- PlayFanfare(BGM_FANFA1);
+ PlayFanfare(MUS_FANFA1);
gTasks[taskId].data[0]++;
}
if (IsFanfareTaskInactive())