diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-22 11:41:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:41:40 -0500 |
commit | d58a5decded55eb7311ea2e68a2e2dd24059db4a (patch) | |
tree | 713464896261218ec711e3baa22bb883a4f50cd9 /include/constants/global.h | |
parent | fbf0c4616c397bf7d9d5a8d2dfda5c647fa18af7 (diff) | |
parent | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (diff) |
Merge branch 'master' into doc-cinnabar
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 24a61a1e6..77ef6f203 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -60,6 +60,8 @@ #define NUM_BAG_POCKETS 5 +#define MAX_MON_MOVES 4 + #define PARTY_SIZE 6 #define MULTI_PARTY_SIZE (PARTY_SIZE / 2) |