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
@@ -1036,7 +1036,7 @@ static void IntroCB_GameFreakStar(struct IntroSequenceData * this)
switch (this->state)
{
case 0:
PlaySE(MUS_TITLEROG);
PlaySE(MUS_GAME_FREAK);
GameFreakScene_LoadGfxCreateStar();
this->data[5] = 0;
this->state++;
@@ -1206,7 +1206,7 @@ static void IntroCB_FightScene(struct IntroSequenceData * this)
case 3:
if (!gPaletteFade.active)
{
m4aSongNumStart(MUS_DEMO);
m4aSongNumStart(MUS_INTRO_FIGHT);
this->data[5] = 0;
this->state++;
}