diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 01:15:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 01:15:36 -0500 |
commit | e5df61e362beaaab9ae4344f4f160397df9c54cc (patch) | |
tree | 8bb86e5e523406b21daa08aff9bce080184fe31e /include/constants/apprentice.h | |
parent | 017fa294b5c88ddd7513cb4976b5c29cad0b94a5 (diff) | |
parent | 8b1595ebc36a623240fa8dd509864f5400eed1f9 (diff) |
Merge branch 'master' into doc-dome
Diffstat (limited to 'include/constants/apprentice.h')
-rw-r--r-- | include/constants/apprentice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/apprentice.h b/include/constants/apprentice.h index 63434a4fc..f1bea5e8c 100644 --- a/include/constants/apprentice.h +++ b/include/constants/apprentice.h @@ -6,6 +6,8 @@ #define NUM_WHICH_MON_QUESTIONS MULTI_PARTY_SIZE #define NUM_WHICH_MOVE_QUESTIONS 5 +// + 2 below is 1 each for the lead mon question and the win speech question +#define MAX_APPRENTICE_QUESTIONS NUM_WHICH_MON_QUESTIONS + NUM_WHICH_MOVE_QUESTIONS + 2 #define APPRENTICE_LVL_MODE_50 (FRONTIER_LVL_50 + 1) #define APPRENTICE_LVL_MODE_OPEN (FRONTIER_LVL_OPEN + 1) |