Give songs meaningful english names
This commit is contained in:
+2
-2
@@ -396,7 +396,7 @@ static bool8 InitHallOfFameScreen(void)
|
||||
if (!gPaletteFade.active)
|
||||
{
|
||||
SetMainCallback2(CB2_HallOfFame);
|
||||
PlayBGM(MUS_DENDOU);
|
||||
PlayBGM(MUS_HALL_OF_FAME);
|
||||
return FALSE;
|
||||
}
|
||||
break;
|
||||
@@ -648,7 +648,7 @@ static void Task_Hof_PaletteFadeAndPrintWelcomeText(u8 taskId)
|
||||
}
|
||||
|
||||
HallOfFame_PrintWelcomeText(0, 15);
|
||||
PlaySE(SE_DENDOU);
|
||||
PlaySE(SE_APPLAUSE);
|
||||
gTasks[taskId].tFrameCount = 400;
|
||||
gTasks[taskId].func = Task_Hof_DoConfetti;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user