From cdd882f3cc7eba04a547fba781af6436bd5ac72d Mon Sep 17 00:00:00 2001 From: garak Date: Mon, 2 Dec 2019 18:41:32 -0500 Subject: disassemble movement type arrays --- include/constants/flags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/constants/flags.h') 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 -- cgit v1.2.3