summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-18 00:08:36 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-18 01:09:41 -0400
commitdb8ce5d7f9429e4054267617896f66daa2f56633 (patch)
treeb240b653187cf1e03ca6490736833f77a486385b /include/global.h
parented6fdd743f41185a1ebd030fb9d9ea36e37a3ced (diff)
Clean up mauville_old_man, drop ScrSpecial prefix
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 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*/