summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-28 12:26:00 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-28 12:26:00 -0400
commit9bcc82856db7e6417bb56265bbcc04dae290cbf3 (patch)
treefe99372c9b2b8bed204b31764a917936c4513a35 /include
parent24ac46856ad10af92054d82b4ec50486feaf222e (diff)
parent24b294236b678211875e61f3055a996560f694b8 (diff)
Merge branch 'master' of github.com:pret/pokefirered into overworld
Diffstat (limited to 'include')
-rw-r--r--include/constants/trainer_types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/constants/trainer_types.h b/include/constants/trainer_types.h
new file mode 100644
index 000000000..c2adf1e12
--- /dev/null
+++ b/include/constants/trainer_types.h
@@ -0,0 +1,8 @@
+#ifndef GUARD_CONSTANTS_TRAINER_TYPES_H
+#define GUARD_CONSTANTS_TRAINER_TYPES_H
+
+#define TRAINER_TYPE_NONE 0
+#define TRAINER_TYPE_NORMAL 1
+#define TRAINER_TYPE_SEE_ALL_DIRECTIONS 2
+
+#endif // GUARD_CONSTANTS_TRAINER_TYPES_H