diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-14 03:58:20 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-12-17 20:56:13 -0500 |
commit | ddfa0c6298f4c4dcde9b40782bbdf41867bff761 (patch) | |
tree | 91f6af03f1d2c0e8b464c865f7fb3e91630f30ad /include/constants/apprentice.h | |
parent | 49f1a90534180445d293761e2bdac165b49319a2 (diff) |
Document Battle Tower scripts
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) |