diff options
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intro.c b/src/intro.c index c15f40dd3..e2432b6a2 100644 --- a/src/intro.c +++ b/src/intro.c @@ -738,7 +738,7 @@ static void sub_80ECC3C(struct IntroSequenceData * this) switch (this->field_0004) { case 0: - PlaySE(BGM_FRLG_GAMEFREAK_LOGO); + PlaySE(MUS_TITLEROG); sub_80EDC40(); this->field_0012 = 0; this->field_0004++; @@ -907,7 +907,7 @@ static void sub_80ECEA4(struct IntroSequenceData * this) case 3: if (!gPaletteFade.active) { - m4aSongNumStart(BGM_FRLG_OPENING); + m4aSongNumStart(MUS_DEMO); this->field_0012 = 0; this->field_0004++; } |