use internal song names

This commit is contained in:
sceptillion
2017-12-21 23:46:19 -08:00
parent 44415f1bbe
commit 96511dc214
595 changed files with 1452 additions and 1653 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ void Task_HandleTruckSequence(u8 taskId)
data[1]++;
if (data[1] == 90)
{
PlaySE(SE_TRACK_HAIK);
PlaySE(SE_TRACK_HAIKI);
data[1] = 0;
data[0] = 5;
}