diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 11:37:44 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-14 11:37:44 +0200 |
commit | b4a42a6832e851f457636da61fceb530b77962f9 (patch) | |
tree | abd6232945a2d16a7874d6c8ea6cf423505bc3bd /include/constants/apprentice.h | |
parent | 36b8a6a9a2ad5aca2e5d59a1293222819d987aa6 (diff) |
Decompile apprentice
Diffstat (limited to 'include/constants/apprentice.h')
-rw-r--r-- | include/constants/apprentice.h | 11 |
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 |