mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 23:05:08 -04:00
z_kaleido_prompt.c Ok and Documented (Pause Menu Save/Continue Prompt. Unused) (#1045)
* kaleido prompt ok * fix pauseCtx
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user