diff options
Diffstat (limited to 'include/constants/opponents.h')
-rw-r--r-- | include/constants/opponents.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/opponents.h b/include/constants/opponents.h index 9917b84ba..e76d206ca 100644 --- a/include/constants/opponents.h +++ b/include/constants/opponents.h @@ -857,6 +857,10 @@ #define TRAINER_BRENDAN_16 853 #define TRAINER_MAY_16 854 +// NOTE: Because each Trainer uses a flag to determine when they are defeated, there is only space for 9 additional trainers before trainer flag space overflows +// More space can be made by shifting flags around in constants/flags.h or changing how trainer flags are handled + #define TRAINERS_COUNT 855 +#define MAX_TRAINERS_COUNT 864 #endif // GUARD_CONSTANTS_OPPONENTS_H |