diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 10:57:20 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 10:57:20 -0400 |
commit | 61a06dffe79d03c0d57f70db646655c74af7147a (patch) | |
tree | a02263139e031466b5ec67faa3db2e5a82fdb832 /include/constants/trainer_types.h | |
parent | d79a499d9195f07e8d253943f15c5bcc8370e9b3 (diff) |
Address review comments
Diffstat (limited to 'include/constants/trainer_types.h')
-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 |