Add frontier trainer constants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user