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
@@ -339,7 +339,7 @@ static void Task_ForgetMove(u8 taskId)
ptr->delayTimer++;
if (ptr->delayTimer > 30)
{
PlaySE(SE_W255);
PlaySE(SE_M_SPIT_UP);
PSA_PrintMessage(PSA_TEXT_FORGET_POOF);
PSA_DarkenMonSprite();
ptr->state++;
@@ -560,7 +560,7 @@ static void Task_MachineSet(u8 taskId)
case 8:
if (!PSA_IsMessagePrintTaskActive())
{
PlayFanfare(MUS_FANFA1);
PlayFanfare(MUS_LEVEL_UP);
ptr->cancelDisabled = TRUE;
ptr->state++;
}