summaryrefslogtreecommitdiff
path: root/src/frontier_pass.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-28 16:17:11 -0400
committerGitHub <noreply@github.com>2020-08-28 16:17:11 -0400
commit0cfc279af54aa1f21f08acd4043cf82be771c8a4 (patch)
tree464418e98106f5a4ac5a7db31415d8393e40aced /src/frontier_pass.c
parent38d4fc9c17467bfbb206116e4bef4648cedfe3d4 (diff)
parent09cfed64b5a10a51ca246ce7a4f57b95cf4b4456 (diff)
Merge branch 'master' into doc-rayscene
Diffstat (limited to 'src/frontier_pass.c')
-rw-r--r--src/frontier_pass.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontier_pass.c b/src/frontier_pass.c
index adc02f90b..702f6c098 100644
--- a/src/frontier_pass.c
+++ b/src/frontier_pass.c
@@ -871,10 +871,10 @@ static void CB2_ReturnFromRecord(void)
switch (InBattlePyramid())
{
case 1:
- PlayBGM(MUS_PYRAMID);
+ PlayBGM(MUS_B_PYRAMID);
break;
case 2:
- PlayBGM(MUS_PYRAMID_TOP);
+ PlayBGM(MUS_B_PYRAMID_TOP);
break;
default:
Overworld_PlaySpecialMapMusic();
@@ -1707,5 +1707,5 @@ static void HandleFrontierMapCursorMove(u8 direction)
CopyWindowToVram(i, 3);
CopyBgTilemapBufferToVram(0);
- PlaySE(SE_Z_SCROLL);
+ PlaySE(SE_DEX_SCROLL);
}