diff options
author | huderlem <huderlem@gmail.com> | 2020-01-12 20:10:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 20:10:03 -0600 |
commit | fa5816915d2a089549bfae3851c36336eae35d43 (patch) | |
tree | 96f44cc9d9e1b02d87f1c7bbfc15a99999782b27 /include/constants/global.h | |
parent | 43962fe141d8ca5e4c53530992de4378c541a6f1 (diff) | |
parent | e5df61e362beaaab9ae4344f4f160397df9c54cc (diff) |
Merge pull request #949 from GriffinRichards/doc-dome
Document Battle Dome and add facility party constants
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 f4d81e563..d57307d9c 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -58,6 +58,7 @@ #define TRAINER_ID_LENGTH 4 #define MAX_MON_MOVES 4 +#define NUM_STATS 6 // party sizes #define PARTY_SIZE 6 |