Give songs meaningful english names
This commit is contained in:
+3
-3
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user