diff options
| author | Adam Bird <archez39@me.com> | 2024-02-20 10:57:39 -0500 |
|---|---|---|
| committer | Adam Bird <archez39@me.com> | 2024-02-20 10:57:39 -0500 |
| commit | 1d61ba0b8682d9dac2be1ab85a59d27d7a039219 (patch) | |
| tree | 8fa8a774362e0556c6fd062b209b790a7fcc8082 /soh/src/code | |
| parent | 8525f71c57c205712ce12c2fbe5d3b0090d7e5be (diff) | |
| parent | 3187564f5b4120e159f5e506b4a3db88716b56aa (diff) | |
Merge commit '3187564f5b4120e159f5e506b4a3db88716b56aa' into rando-dev-merge-feb
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_kaleido_scope_call.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/soh/src/code/z_kaleido_scope_call.c b/soh/src/code/z_kaleido_scope_call.c index dd7e3fdd9..82922acd0 100644 --- a/soh/src/code/z_kaleido_scope_call.c +++ b/soh/src/code/z_kaleido_scope_call.c @@ -1,5 +1,6 @@ #include "global.h" #include "vt.h" +#include "soh/Enhancements/game-interactor/GameInteractor_Hooks.h" void (*sKaleidoScopeUpdateFunc)(PlayState* play); void (*sKaleidoScopeDrawFunc)(PlayState* play); @@ -56,6 +57,8 @@ void KaleidoScopeCall_Update(PlayState* play) { KaleidoMgrOverlay* kaleidoScopeOvl = &gKaleidoMgrOverlayTable[KALEIDO_OVL_KALEIDO_SCOPE]; PauseContext* pauseCtx = &play->pauseCtx; + GameInteractor_ExecuteOnKaleidoUpdate(); + if (!gSaveContext.sohStats.gameComplete && (!IS_BOSS_RUSH || !gSaveContext.isBossRushPaused)) { gSaveContext.sohStats.pauseTimer++; |
