summaryrefslogtreecommitdiff
path: root/include/constants/apprentice.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-10-14 13:20:38 -0500
committerGitHub <noreply@github.com>2018-10-14 13:20:38 -0500
commit02049d52ee5c9416f840d2bbb24f90e479e11f92 (patch)
treefc85532a8635637e0a20dffa11310153a242757f /include/constants/apprentice.h
parent43316ffae83d49be09969e291779cc9e448b83a1 (diff)
parentcd4f65ecef4d3dc091d10749d8b43ce3a87ccfa6 (diff)
Merge pull request #351 from DizzyEggg/apprentice
Decompile apprentice
Diffstat (limited to 'include/constants/apprentice.h')
-rw-r--r--include/constants/apprentice.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/constants/apprentice.h b/include/constants/apprentice.h
new file mode 100644
index 000000000..9db58bb8e
--- /dev/null
+++ b/include/constants/apprentice.h
@@ -0,0 +1,22 @@
+#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
+
+#define APPRENTICE_BUFF_SPECIES1 0
+#define APPRENTICE_BUFF_SPECIES2 1
+#define APPRENTICE_BUFF_SPECIES3 2
+#define APPRENTICE_BUFF_MOVE1 3
+#define APPRENTICE_BUFF_MOVE2 4
+#define APPRENTICE_BUFF_ITEM 5
+#define APPRENTICE_BUFF_NAME 6
+#define APPRENTICE_BUFF_EASY_CHAT 7
+#define APPRENTICE_BUFF_LEVEL 8
+#define APPRENTICE_BUFF_SPECIES4 9
+
+#endif // GUARD_CONSTANTS_APPRENTICE_H