summaryrefslogtreecommitdiff
path: root/src/mirage_tower.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-28 16:17:48 -0400
committerGitHub <noreply@github.com>2020-08-28 16:17:48 -0400
commit08a8aad65a16d7846c06f669218b5190a31b6b33 (patch)
treeb9e38f5284d16732e467fdfd9e891d1535f387fd /src/mirage_tower.c
parent71a066f9457416581a22ddc82d81984e45d06dca (diff)
parent09cfed64b5a10a51ca246ce7a4f57b95cf4b4456 (diff)
Merge branch 'master' into doc-cablecar
Diffstat (limited to 'src/mirage_tower.c')
-rw-r--r--src/mirage_tower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirage_tower.c b/src/mirage_tower.c
index 02cccf2a5..fb3a0a374 100644
--- a/src/mirage_tower.c
+++ b/src/mirage_tower.c
@@ -370,7 +370,7 @@ static void StartScreenShake(u8 yShakeOffset, u8 xShakeOffset, u8 numShakes, u8
gTasks[taskId].data[3] = shakeDelay;
gTasks[taskId].data[4] = yShakeOffset;
SetCameraPanningCallback(NULL);
- PlaySE(SE_W070);
+ PlaySE(SE_M_STRENGTH);
}
static void DoScreenShake(u8 taskId)