diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:40:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:40:46 -0500 |
commit | 6eec1c1cc9c115492aec43f80c8a6be7a86c61a5 (patch) | |
tree | 76a855eca52cd5faa9c67df4423cba0d352ce1ae /include/constants/global.h | |
parent | c75296640d9c42897eecf229bc7fc294f60a65eb (diff) | |
parent | 5b27d3d2683251977873976f7774e352e3fd4e23 (diff) |
Merge pull request #234 from GriffinRichards/doc-fuchsia
Document Fuchsia City and Safari Zone scripts
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) |