summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-09-24 13:43:21 -0400
committerGitHub <noreply@github.com>2022-09-24 14:43:21 -0300
commitcdee1fc45b5b327a4169ecb3aa899174ddcfc851 (patch)
tree793f320946e774b2c0560ed5267b0552550cb9c0 /include
parent71a18d70cf85970dd73c3bdb0fa18c0ccad5131d (diff)
`z_kaleido_prompt.c` Ok and Documented (Pause Menu Save/Continue Prompt. Unused) (#1045)
* kaleido prompt ok * fix pauseCtx
Diffstat (limited to 'include')
-rw-r--r--include/z64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/z64.h b/include/z64.h
index cf4643d53..4128a2b38 100644
--- a/include/z64.h
+++ b/include/z64.h
@@ -469,8 +469,8 @@ typedef struct {
/* 0x290 */ f32 unk_290;
/* 0x294 */ f32 unk_294;
/* 0x298 */ f32 unk_298;
- /* 0x29C */ s16 unk_29C;
- /* 0x29E */ s16 unk_29E;
+ /* 0x29C */ s16 promptChoice; // save/continue choice: 0 = yes; 4 = no
+ /* 0x29E */ s16 promptAlpha;
/* 0x2A0 */ s16 unk_2A0;
/* 0x2A2 */ u8 worldMapPoints[20];
/* 0x2B6 */ u8 unk_2B6;