summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intro.c b/src/intro.c
index 802c00851..b32db2e07 100644
--- a/src/intro.c
+++ b/src/intro.c
@@ -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++;
}