summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-09-23 21:39:21 -0400
committerGitHub <noreply@github.com>2021-09-23 21:39:21 -0400
commita6ab2eb883b4cef727a6caee993745cfeff1274b (patch)
treec3bf2f4b0b3183de111bfcc89fac3316f562c937 /include/global.h
parent554210c5e315e786ddc6eef888e9ff6065ad73f8 (diff)
parent0c2e9a5b4c1c0c0f2a62be6165e826760dd572cb (diff)
Merge branch 'master' into trailingSpaces
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 4719df40b..d14aa60f4 100644
--- a/include/global.h
+++ b/include/global.h
@@ -761,7 +761,7 @@ struct LilycoveLadyQuiz
{
/*0x000*/ u8 id;
/*0x001*/ u8 state;
- /*0x002*/ u16 question[9];
+ /*0x002*/ u16 question[QUIZ_QUESTION_LEN];
/*0x014*/ u16 correctAnswer;
/*0x016*/ u16 playerAnswer;
/*0x018*/ u8 playerName[PLAYER_NAME_LENGTH + 1];