Give songs meaningful english names
This commit is contained in:
+2
-2
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user