summaryrefslogtreecommitdiff
path: root/mm/src/audio/code_8019AF00.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/src/audio/code_8019AF00.c')
-rw-r--r--mm/src/audio/code_8019AF00.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/src/audio/code_8019AF00.c b/mm/src/audio/code_8019AF00.c
index a0de0a53e..273698fb3 100644
--- a/mm/src/audio/code_8019AF00.c
+++ b/mm/src/audio/code_8019AF00.c
@@ -5478,6 +5478,10 @@ void Audio_StartMorningSceneSequence(u16 seqId) {
}
void Audio_PlaySceneSequence(u16 seqId, u8 dayMinusOne) {
+ if (GameInteractor_Should(VB_PLAY_SCENE_SEQUENCE, false, &sRequestedSceneSeqId, &sPrevMainBgmSeqId, &seqId)) {
+ return;
+ }
+
if (sRequestedSceneSeqId != seqId) {
if (seqId == NA_BGM_AMBIENCE) {
Audio_PlayAmbience(AMBIENCE_ID_08);