diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-09-24 13:43:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 14:43:21 -0300 |
| commit | cdee1fc45b5b327a4169ecb3aa899174ddcfc851 (patch) | |
| tree | 793f320946e774b2c0560ed5267b0552550cb9c0 /src/code | |
| parent | 71a18d70cf85970dd73c3bdb0fa18c0ccad5131d (diff) | |
`z_kaleido_prompt.c` Ok and Documented (Pause Menu Save/Continue Prompt. Unused) (#1045)
* kaleido prompt ok
* fix pauseCtx
Diffstat (limited to 'src/code')
| -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 fa490dbca..a2742c746 100644 --- a/src/code/z_kaleido_setup.c +++ b/src/code/z_kaleido_setup.c @@ -138,7 +138,7 @@ void KaleidoSetup_Init(PlayState* play) { pauseCtx->unk_2A0 = -1; pauseCtx->unk_2BA = 320; pauseCtx->unk_2BC = 40; - pauseCtx->unk_29E = 100; + pauseCtx->promptAlpha = 100; View_Init(&pauseCtx->view, play->state.gfxCtx); } |
