summaryrefslogtreecommitdiff
path: root/src/code/z_message.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-10-12 23:39:39 -0400
committerGitHub <noreply@github.com>2022-10-13 04:39:39 +0100
commitf3db0299367c4dd7cf44ab9e12cf6c8b56d598ab (patch)
treeeb04b18ef915e478290d49a7ba4e1fa673e8918f /src/code/z_message.c
parent868029b213128eaa24d0b80f854f71704cfafe8c (diff)
z_kaleido_collect.c (1 non-matching) and Mostly Documented (Pause Menu Quest Page) (#1108)
* import quest docs * cleanup * eol * temp change to non-eq * more missed stuff * fix questVtx * PR suggestions * adjust comment * missed two * PR Suggestions
Diffstat (limited to 'src/code/z_message.c')
-rw-r--r--src/code/z_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c
index de3a81c73..5b3598617 100644
--- a/src/code/z_message.c
+++ b/src/code/z_message.c
@@ -329,7 +329,7 @@ void func_80151938(PlayState* play, u16 textId) {
}
msgCtx->unk1203C = msgCtx->unk1203A;
- if (play->pauseCtx.unk_1F0 != 0) {
+ if (play->pauseCtx.bombersNotebookOpen) {
msgCtx->unk12004 = 0x22;
msgCtx->unk12006 = 0x15E;
func_80149C18(play);