z_kaleido_prompt.c Ok and Documented (Pause Menu Save/Continue Prompt. Unused) (#1045)

* kaleido prompt ok

* fix pauseCtx
This commit is contained in:
engineer124
2022-09-24 13:43:21 -04:00
committed by GitHub
parent 71a18d70cf
commit cdee1fc45b
8 changed files with 61 additions and 16 deletions
+1 -1
View File
@@ -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);
}