summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:02:59 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:02:59 -0400
commit855c052be041ed85789db1e460dd35cab9d12b4f (patch)
tree35dcf54a3b48510c01c721e2733646ed597ff79a /src/intro.c
parent734cada66a2d9938cdc9a2806f68352d06da6e9a (diff)
Rename song constants using Japanese sound test menu
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 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++;
}