diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-09 20:33:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 20:33:28 -0400 |
commit | c61603fb3812011981e22478bce93aba8b7ec183 (patch) | |
tree | 0bcf628e1f3615159cbae3e5c638825544699182 /src/intro.c | |
parent | 77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (diff) | |
parent | f3bd7f06c9f260597575f60af8daf8985ce80fe1 (diff) |
Merge pull request #113 from PikalaxALT/main_menu
Main menu and Song Constants
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++; } |