summaryrefslogtreecommitdiff
path: root/include/constants/apprentice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants/apprentice.h')
-rw-r--r--include/constants/apprentice.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/constants/apprentice.h b/include/constants/apprentice.h
new file mode 100644
index 000000000..7fa78bfbe
--- /dev/null
+++ b/include/constants/apprentice.h
@@ -0,0 +1,11 @@
+#ifndef GUARD_CONSTANTS_APPRENTICE_H
+#define GUARD_CONSTANTS_APPRENTICE_H
+
+#define APPRENTICE_ASK_WHICH_LEVEL 0
+#define APPRENTICE_ASK_3SPECIES 1
+#define APPRENTICE_ASK_2SPECIES 2
+#define APPRENTICE_ASK_MOVES 3
+#define APPRENTICE_ASK_GIVE 4
+#define APPRENTICE_ASK_YES_NO 6
+
+#endif // GUARD_CONSTANTS_APPRENTICE_H