summaryrefslogtreecommitdiff
path: root/mm/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'mm/src/code')
-rw-r--r--mm/src/code/z_message.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/src/code/z_message.c b/mm/src/code/z_message.c
index 6c7756495..826802578 100644
--- a/mm/src/code/z_message.c
+++ b/mm/src/code/z_message.c
@@ -6031,7 +6031,8 @@ void Message_Update(PlayState* play) {
}
} else if (sLastPlayedSong == OCARINA_SONG_DOUBLE_TIME) {
if (interfaceCtx->restrictions.songOfDoubleTime == 0) {
- if ((CURRENT_DAY != 3) || (gSaveContext.save.isNight == 0)) {
+ if (GameInteractor_Should(VB_ALLOW_SONG_DOUBLE_TIME_ON_FINAL_NIGHT,
+ (CURRENT_DAY != 3) || (gSaveContext.save.isNight == 0))) {
if (GameInteractor_Should(VB_DISPLAY_SONG_OF_DOUBLE_TIME_PROMPT, true)) {
if (gSaveContext.save.isNight) {
Message_StartTextbox(play, D_801D0464[CURRENT_DAY - 1], NULL);