Give songs meaningful english names
This commit is contained in:
+4
-4
@@ -328,7 +328,7 @@ static void Task_UseItemfinder(u8 taskId)
|
||||
}
|
||||
return;
|
||||
}
|
||||
PlaySE(SE_DAUGI);
|
||||
PlaySE(SE_ITEMFINDER);
|
||||
tItemfinderBeeps++;
|
||||
}
|
||||
tCounter = (tCounter + 1) & 0x1F;
|
||||
@@ -845,7 +845,7 @@ static void Task_StartUseRepel(u8 taskId)
|
||||
if (++data[8] > 7)
|
||||
{
|
||||
data[8] = 0;
|
||||
PlaySE(SE_TU_SAA);
|
||||
PlaySE(SE_REPEL);
|
||||
gTasks[taskId].func = Task_UseRepel;
|
||||
}
|
||||
}
|
||||
@@ -867,7 +867,7 @@ static void Task_UsedBlackWhiteFlute(u8 taskId)
|
||||
{
|
||||
if(++gTasks[taskId].data[8] > 7)
|
||||
{
|
||||
PlaySE(SE_BIDORO);
|
||||
PlaySE(SE_GLASS_FLUTE);
|
||||
if (!InBattlePyramid())
|
||||
DisplayItemMessage(taskId, 1, gStringVar4, BagMenu_InitListsMenu);
|
||||
else
|
||||
@@ -969,7 +969,7 @@ static void Task_UseStatIncreaseItem(u8 taskId)
|
||||
{
|
||||
if(++gTasks[taskId].data[8] > 7)
|
||||
{
|
||||
PlaySE(SE_KAIFUKU);
|
||||
PlaySE(SE_USE_ITEM);
|
||||
RemoveBagItem(gSpecialVar_ItemId, 1);
|
||||
if (!InBattlePyramid())
|
||||
DisplayItemMessage(taskId, 1, UseStatIncreaseItem(gSpecialVar_ItemId), Task_CloseStatIncreaseMessage);
|
||||
|
||||
Reference in New Issue
Block a user