diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-14 21:27:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-15 16:00:45 -0500 |
commit | 04d176334ad590d3462e3c1eb75c1313705ae183 (patch) | |
tree | 865ca807901bf57e63523b19f2d535c7ef391f89 /include/constants/global.h | |
parent | 2f81b4a204d051aeb88580dc63381011ec49fcbb (diff) |
Document some Quest Log
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 c11945ed8..420a9da71 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -32,6 +32,8 @@ #define BAG_TMHM_COUNT 58 #define BAG_BERRIES_COUNT 43 +#define QUEST_LOG_SCENE_COUNT 4 + #define MALE 0 #define FEMALE 1 |