diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-01 22:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 22:19:48 -0400 |
commit | 51970f97b0e48b0bffa8ab9229ac30a94f57512a (patch) | |
tree | 70ec5b040d0732a97049e3b7341e6cc218130ec7 /include/constants/global.h | |
parent | 21fd6827b090f6c64924fe88bec7cf80147df3d2 (diff) | |
parent | 691c680908312c883362d0bbc2aad30e986b665a (diff) |
Merge pull request #1393 from GriffinRichards/doc-dewfordtrend
Document Dewford Trend and match_call.c
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 213ccca5b..9b0c46ce4 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -52,6 +52,7 @@ #define NUM_CONTEST_WINNERS 13 #define UNION_ROOM_KB_ROW_COUNT 10 #define GIFT_RIBBONS_COUNT 11 +#define SAVED_TRENDS_COUNT 5 #define PYRAMID_BAG_ITEMS_COUNT 10 #define HALL_FACILITIES_COUNT 9 // 7 facilities for single mode + tower double mode + tower multi mode. |