summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-09-09 15:24:34 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-09-09 15:24:34 -0400
commitcbf8863e5bdae68d851e940660ac9d4c948498df (patch)
tree75615103813501615de65688ed69c4eea8d2f1f6 /include/global.h
parent4dbaca9dc619a621bdf0a2de8ff15e935eceeb27 (diff)
Clean up Lilycove Lady
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 e4c11f9ef..db4a17f1b 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];