diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-18 14:40:04 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-18 14:40:04 -0400 |
commit | 24b4e898ada55c79a0575684722b9d42e63017e9 (patch) | |
tree | 0252b790ad248630e6f3041e778eec836066d94e /include/global.h | |
parent | b31bddddca327bd15cc022717d19ace43b435ac2 (diff) |
More mauville_old_man clean up
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index dcec2c4db..8b2c2ae86 100644 --- a/include/global.h +++ b/include/global.h @@ -640,7 +640,7 @@ struct MauvilleManGiddy /*0x01*/ u8 taleCounter; /*0x02*/ u8 questionNum; /*0x04*/ u16 randomWords[GIDDY_MAX_TALES]; - /*0x18*/ u8 questionList[8]; + /*0x18*/ u8 questionList[GIDDY_MAX_QUESTIONS]; /*0x20*/ u8 language; }; /*size = 0x2C*/ |