diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-21 16:11:00 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-04-28 19:59:16 -0500 |
commit | f302fcc134bf354c3655e3423be68fd7a99cb396 (patch) | |
tree | db3e835f1e6ae4edf5f466f9220600d2ca8cbc27 /include/constants | |
parent | a4b7e862b49927c434f9624cde4213de8fad24db (diff) |
More trainer type usage
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/trainer_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/trainer_types.h b/include/constants/trainer_types.h index c2adf1e12..8886cf442 100644 --- a/include/constants/trainer_types.h +++ b/include/constants/trainer_types.h @@ -4,5 +4,6 @@ #define TRAINER_TYPE_NONE 0 #define TRAINER_TYPE_NORMAL 1 #define TRAINER_TYPE_SEE_ALL_DIRECTIONS 2 +#define TRAINER_TYPE_BURIED 3 #endif // GUARD_CONSTANTS_TRAINER_TYPES_H |