summaryrefslogtreecommitdiff
path: root/src/roulette.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-06-20 17:47:51 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-06-20 17:47:51 -0500
commit2c7a4e1406b078cf9bcc2a16e92a58497390aa17 (patch)
treec17f6d2ea77a8772a643973a00684efc40d6838e /src/roulette.c
parentab8373bbd57f1498df89ace04697eb4a2b5bc1d6 (diff)
Use MUS_ prefix instead of BGM_ prefix for songs
Diffstat (limited to 'src/roulette.c')
-rw-r--r--src/roulette.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roulette.c b/src/roulette.c
index ab60e089a..c8804a543 100644
--- a/src/roulette.c
+++ b/src/roulette.c
@@ -1055,13 +1055,13 @@ void sub_8116638(u8 taskid)
case 0x2:
if (gTasks[taskid].data[0x2] == 0xC)
{
- PlayFanfare(BGM_ME_B_BIG);
+ PlayFanfare(MUS_ME_B_BIG);
Menu_DrawStdWindowFrame(0x0, 0xE, 0x1D, 0x13);
Menu_PrintText(&gUnknown_081C41A5, 0x1, 0xF);
}
else
{
- PlayFanfare(BGM_ME_B_SMALL);
+ PlayFanfare(MUS_ME_B_SMALL);
Menu_DrawStdWindowFrame(0x0, 0xE, 0x1D, 0x13);
Menu_PrintText(&gUnknown_081C4199, 0x1, 0xF);
}