summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-10 10:57:20 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-10 10:57:20 -0400
commit61a06dffe79d03c0d57f70db646655c74af7147a (patch)
treea02263139e031466b5ec67faa3db2e5a82fdb832 /include/constants
parentd79a499d9195f07e8d253943f15c5bcc8370e9b3 (diff)
Address review comments
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/quest_log.h1
-rw-r--r--include/constants/trainer_types.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/quest_log.h b/include/constants/quest_log.h
index b6f8dc319..3565c581e 100644
--- a/include/constants/quest_log.h
+++ b/include/constants/quest_log.h
@@ -1,7 +1,6 @@
#ifndef GUARD_CONSTANTS_QUEST_LOG_H
#define GUARD_CONSTANTS_QUEST_LOG_H
-// TODO: Name and use state constants
#define QL_STATE_RECORDING 1
#define QL_STATE_PLAYBACK 2
#define QL_STATE_PLAYBACK_LAST 3
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