summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorPurpleHato <linkvssangoku.jr@gmail.com>2023-04-02 18:34:02 +0200
committerGitHub <noreply@github.com>2023-04-02 12:34:02 -0400
commit77cc91d0de7a616caa3780c362150335821085bd (patch)
tree62f7bbc098d2c67074f791fc30d8b19e7eda31b8 /soh/src/code
parentfb8dacbc69e5ff22503c0e62ab3407535c16c3c3 (diff)
ADD: Time Saver --> Time Travel with the Song of Time (#2575)
* ADD: Time Saver --> Time Travel with the Song of Time Co-Authored-By: aMannus <4244591+aMannus@users.noreply.github.com> Co-Authored-By: David Chavez <david@dcvz.io> * TWEAK: one liner for the gPlayState check * ADD: Time Saver --> Time Travel with the Song of Time Co-Authored-By: aMannus <4244591+aMannus@users.noreply.github.com> Co-Authored-By: David Chavez <david@dcvz.io> * TWEAK: one liner for the gPlayState check * Timetravel stuff * tweazk oopsies * Fixes timeline * tweak frog dist * ADD: Time Saver --> Time Travel with the Song of Time Co-Authored-By: aMannus <4244591+aMannus@users.noreply.github.com> Co-Authored-By: David Chavez <david@dcvz.io> * TWEAK: one liner for the gPlayState check * Timetravel stuff * tweazk oopsies * Fixes timeline * tweak frog dist * oppsie² * del dupe * del dupe * tweak tooltip --------- Co-authored-by: aMannus <4244591+aMannus@users.noreply.github.com> Co-authored-by: David Chavez <david@dcvz.io>
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/z_message_PAL.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/src/code/z_message_PAL.c b/soh/src/code/z_message_PAL.c
index ec3eff08d..1a8c777a2 100644
--- a/soh/src/code/z_message_PAL.c
+++ b/soh/src/code/z_message_PAL.c
@@ -2557,6 +2557,7 @@ void Message_DrawMain(PlayState* play, Gfx** p) {
osSyncPrintf(VT_RST);
osSyncPrintf("→ OCARINA_MODE=%d\n", play->msgCtx.ocarinaMode);
}
+ GameInteractor_ExecuteOnOcarinaSongAction();
}
break;
case MSGMODE_DISPLAY_SONG_PLAYED: