diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
commit | bb56d4a3f4cab33f899646e0630282fc6176a9c9 (patch) | |
tree | cb094078122b217fc67e2285614b79c6e83eaf88 /src/intro.c | |
parent | c5839905a1259fd7e843c0ffa1ce2470d40b76ae (diff) |
Give songs meaningful english names
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 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++; } |