diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-07-22 10:05:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-22 15:05:20 +0100 |
| commit | 5f6c3df4ce45aa93f9281c3232b3b1d4c9efdf9a (patch) | |
| tree | 776809f5cd97aec5430ff4af3caa494f2ef453a4 /src/code/z_kaleido_setup.c | |
| parent | 601f44cb7fad4d2ad0d653ef0ddec45817ed9285 (diff) | |
Transition System Docs (#883)
* Transition docs from OoT
* Cleanup
* Missed a spot
Diffstat (limited to 'src/code/z_kaleido_setup.c')
| -rw-r--r-- | src/code/z_kaleido_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_kaleido_setup.c b/src/code/z_kaleido_setup.c index 3fc3f2e9b..342fd1bb0 100644 --- a/src/code/z_kaleido_setup.c +++ b/src/code/z_kaleido_setup.c @@ -71,7 +71,7 @@ void KaleidoSetup_Update(PlayState* play) { } if ((pauseCtx->state == 0) && (pauseCtx->debugState == 0) && (play->gameOverCtx.state == GAMEOVER_INACTIVE)) { - if ((play->sceneLoadFlag == 0) && (play->unk_18B4A == 0)) { + if ((play->transitionTrigger == TRANS_TRIGGER_OFF) && (play->transitionMode == TRANS_MODE_OFF)) { if ((gSaveContext.save.cutscene < 0xFFF0) && (gSaveContext.nextCutsceneIndex < 0xFFF0)) { if (!Play_InCsMode(play) || ((msgCtx->msgMode != 0) && (msgCtx->currentTextId == 0xFF))) { if ((play->unk_1887C < 2) && (gSaveContext.unk_3F28 != 8) && (gSaveContext.unk_3F28 != 9)) { |
