diff options
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 0507f22cc..31b89c709 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -54,6 +54,7 @@ #define TRAINER_ID_LENGTH 4 #define PARTY_SIZE 6 +#define MAX_MON_MOVES 4 // string lengths #define ITEM_NAME_LENGTH 14 |