diff options
Diffstat (limited to 'include/constants/flags.h')
-rw-r--r-- | include/constants/flags.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index bd356064c..8e7a6a694 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1310,7 +1310,8 @@ #define FLAG_TRAINER_FLAG_START 0x500 // Vanilla: SYS_FLAGS = 0x800 -#define SYS_FLAGS (FLAG_TRAINER_FLAG_START + ((NUM_TRAINERS) + 31) / 32 * 32) +//#define SYS_FLAGS (FLAG_TRAINER_FLAG_START + ((NUM_TRAINERS) + 31) / 32 * 32) +#define SYS_FLAGS 0x800 // SYSTEM FLAGS |