diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-24 23:43:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 23:43:17 -0400 |
commit | 6dc3c9864c80557a81c080e0a5893d9d8765c635 (patch) | |
tree | 2bbe4199571af512cd88f0bd2dcbdf6da390d5e5 /include/constants/global.h | |
parent | ab802649218507237cd2c07e318ef65e1caca5fe (diff) | |
parent | 24b4e898ada55c79a0575684722b9d42e63017e9 (diff) |
Merge pull request #1520 from GriffinRichards/doc-random
Document random remaining symbols
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 12d6178b2..bd73d7999 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -101,6 +101,8 @@ #define BARD_SONG_LENGTH 6 #define NUM_STORYTELLER_TALES 4 #define NUM_TRADER_ITEMS 4 +#define GIDDY_MAX_TALES 10 +#define GIDDY_MAX_QUESTIONS 8 #define OPTIONS_BUTTON_MODE_NORMAL 0 #define OPTIONS_BUTTON_MODE_LR 1 |