diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-24 17:00:19 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-24 17:00:19 -0400 |
commit | 06025e887f911acb1d777bbe80d9766a881122c6 (patch) | |
tree | 3e3fcc3648658d53097fe7067bdf17041dfb171f /include/constants/opponents.h | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
Allow flag/var counts to be updated alongside values
Diffstat (limited to 'include/constants/opponents.h')
-rw-r--r-- | include/constants/opponents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/opponents.h b/include/constants/opponents.h index cd35cf6b7..c9cf9239d 100644 --- a/include/constants/opponents.h +++ b/include/constants/opponents.h @@ -859,6 +859,7 @@ // 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 +// MAX_TRAINERS_COUNT can be increased but will take up additional saveblock space #define TRAINERS_COUNT 855 #define MAX_TRAINERS_COUNT 864 |