diff options
author | GriffinR <25753467+GriffinRichards@users.noreply.github.com> | 2019-08-06 13:52:10 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-08-21 17:06:55 -0500 |
commit | 5fb7ab05dd1e0897687ef9eb79bd9769c42c679c (patch) | |
tree | 0d574324e6246f6e34d913c25a5db81a743ad704 /include/constants/global.h | |
parent | d931ba96020397ec9a9740a9d67aac8a99bf11f6 (diff) |
clean up
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 ff28d6a4b..1177f0444 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -50,6 +50,8 @@ #define PYRAMID_BAG_ITEMS_COUNT 10 #define HALL_FACILITIES_COUNT 9 // 7 facilities for single mode + tower double mode + tower multi mode. +#define TRAINER_ID_LENGTH 4 + // string lengths #define ITEM_NAME_LENGTH 14 #define POKEMON_NAME_LENGTH 10 |