diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-31 21:33:01 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-31 21:33:01 -0400 |
commit | 27169f634b27a8985945e8b592f3f4ce0a38c53e (patch) | |
tree | 0b1dcafcd7c13cc11744b2cc9afbc33917040888 /include/constants/global.h | |
parent | b1ea2592c30a2e5af547dfc69cef56eb65ae85ba (diff) |
Review changes for party menu doc
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 ca48c1d2a..4ade1c823 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -54,6 +54,8 @@ #define TRAINER_ID_LENGTH 4 #define PARTY_SIZE 6 +#define FRONTIER_PARTY_SIZE 3 +#define MULTI_PARTY_SIZE PARTY_SIZE / 2 #define MAX_MON_MOVES 4 // string lengths |