diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-12-08 13:54:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-08 15:54:38 -0300 |
| commit | b73d18b1541b39f99fcbc085f3119b73777fea89 (patch) | |
| tree | 2efa387b8cb98049327614f6ad9cf6318fb49fa7 /src/code/z_kaleido_setup.c | |
| parent | ea83e49e6e2790b6cd7477110c8d1c535420b64e (diff) | |
`z_parameter`: Main (#1157)
* main docs
* formatting and bss issues
* PR Suggestions
* missed enums
* better macros/enums
* restrictions improvement, still wip
* fix name, more common restriction patterns
* more restrictions cleanup
* rm comment
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 712096446..dac0d8300 100644 --- a/src/code/z_kaleido_setup.c +++ b/src/code/z_kaleido_setup.c @@ -98,7 +98,7 @@ void KaleidoSetup_Update(PlayState* play) { (gSaveContext.magicState != MAGIC_STATE_FILL)) { if (!CHECK_EVENTINF(EVENTINF_17) && !(player->stateFlags1 & PLAYER_STATE1_20)) { if (!(play->actorCtx.flags & ACTORCTX_FLAG_1) && - !(play->actorCtx.flags & ACTORCTX_FLAG_2)) { + !(play->actorCtx.flags & ACTORCTX_FLAG_PICTO_BOX_ON)) { if ((play->actorCtx.unk268 == 0) && CHECK_BTN_ALL(input->press.button, BTN_START)) { gSaveContext.prevHudVisibility = gSaveContext.hudVisibility; pauseCtx->itemDescriptionOn = false; |
