diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-18 00:08:36 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-18 01:09:41 -0400 |
commit | db8ce5d7f9429e4054267617896f66daa2f56633 (patch) | |
tree | b240b653187cf1e03ca6490736833f77a486385b /include/global.h | |
parent | ed6fdd743f41185a1ebd030fb9d9ea36e37a3ced (diff) |
Clean up mauville_old_man, drop ScrSpecial prefix
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 d14aa60f4..dcec2c4db 100644 --- a/include/global.h +++ b/include/global.h @@ -639,7 +639,7 @@ struct MauvilleManGiddy /*0x00*/ u8 id; /*0x01*/ u8 taleCounter; /*0x02*/ u8 questionNum; - /*0x04*/ u16 randomWords[10]; + /*0x04*/ u16 randomWords[GIDDY_MAX_TALES]; /*0x18*/ u8 questionList[8]; /*0x20*/ u8 language; }; /*size = 0x2C*/ |