diff options
| author | PurpleHato <linkvssangoku.jr@gmail.com> | 2023-04-02 18:34:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-02 12:34:02 -0400 |
| commit | 77cc91d0de7a616caa3780c362150335821085bd (patch) | |
| tree | 62f7bbc098d2c67074f791fc30d8b19e7eda31b8 /soh/src/code | |
| parent | fb8dacbc69e5ff22503c0e62ab3407535c16c3c3 (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.c | 1 |
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: |
