summaryrefslogtreecommitdiff
path: root/src/contest_util.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-28 16:17:11 -0400
committerGitHub <noreply@github.com>2020-08-28 16:17:11 -0400
commit0cfc279af54aa1f21f08acd4043cf82be771c8a4 (patch)
tree464418e98106f5a4ac5a7db31415d8393e40aced /src/contest_util.c
parent38d4fc9c17467bfbb206116e4bef4648cedfe3d4 (diff)
parent09cfed64b5a10a51ca246ce7a4f57b95cf4b4456 (diff)
Merge branch 'master' into doc-rayscene
Diffstat (limited to 'src/contest_util.c')
-rw-r--r--src/contest_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/contest_util.c b/src/contest_util.c
index 00254248f..c60e885f2 100644
--- a/src/contest_util.c
+++ b/src/contest_util.c
@@ -533,7 +533,7 @@ static void CB2_StartShowContestResults(void)
if (gLinkContestFlags & LINK_CONTEST_FLAG_IS_WIRELESS)
gPaletteFade.bufferTransferDisabled = TRUE;
else
- PlayBGM(MUS_CON_K);
+ PlayBGM(MUS_CONTEST_RESULTS);
SetVBlankCallback(VBlankCB_ShowContestResults);
}
@@ -619,7 +619,7 @@ static void Task_ShowContestResults(u8 taskId)
case 3:
if (IsLinkTaskFinished() == TRUE)
{
- PlayBGM(MUS_CON_K);
+ PlayBGM(MUS_CONTEST_RESULTS);
gPaletteFade.bufferTransferDisabled = FALSE;
gTasks[taskId].tState++;
break;
@@ -1796,7 +1796,7 @@ static void Task_DrawFinalStandingNumber(u8 taskId)
WriteSequenceToBgTilemapBuffer(2, firstTileNum + 0x10, 1, gTasks[taskId].tMonIndex * 3 + 6, 2, 1, 17, 1);
sContestResults->data->numStandingsPrinted++;
DestroyTask(taskId);
- PlaySE(SE_JYUNI);
+ PlaySE(SE_CONTEST_PLACE);
}
}
}