diff options
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index f4e5961..5512b6a 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -3,5 +3,11 @@ #define POKEMON_NAME_LENGTH 10 #define TEAM_NAME_LENGTH 10 +#define MAX_TEAM_MEMBERS 4 + +#define MAX_MON_MOVES 4 + +#define MALE 0 +#define FEMALE 1 #endif // GUARD_CONSTANTS_GLOBAL_H |