Give songs meaningful english names

This commit is contained in:
GriffinR
2020-08-29 03:11:03 -04:00
parent c5839905a1
commit bb56d4a3f4
964 changed files with 8731 additions and 8814 deletions
+2 -2
View File
@@ -177,7 +177,7 @@ static u32 EReaderReceive(u8 * state_p, u16 * receiveDelay)
case 2:
if (GetLinkPlayerCount_2() == 2)
{
PlaySE(SE_PINPON);
PlaySE(SE_DING_DONG);
CheckShouldAdvanceLinkState();
*receiveDelay = 0;
*state_p = 3;
@@ -443,7 +443,7 @@ static void Task_EReaderComm(u8 taskId)
if (AdvanceDelayTimerCheckTimeout(&data->stateAdvanceDelay, 120))
{
AddTextPrinterToWindow1(gJPText_NewTrainerHasComeToSevii);
PlayFanfare(MUS_FANFA4);
PlayFanfare(MUS_OBTAIN_ITEM);
data->state = 19;
}
break;