summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-30 12:49:16 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-30 12:49:16 -0400
commit2c2c179eb9b92d0998922cc96a115d3d1671a64b (patch)
treeee2668e781351e73703b7e0ef3da21042546e675 /include/constants
parent265f8b5b259221dfa1a5fc5537059f262036eb52 (diff)
Finish trade code
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/flags.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h
index 80eaca3e0..bd356064c 100644
--- a/include/constants/flags.h
+++ b/include/constants/flags.h
@@ -1310,11 +1310,7 @@
#define FLAG_TRAINER_FLAG_START 0x500
// Vanilla: SYS_FLAGS = 0x800
-#if (NUM_TRAINERS) & 31
#define SYS_FLAGS (FLAG_TRAINER_FLAG_START + ((NUM_TRAINERS) + 31) / 32 * 32)
-#else
-#define SYS_FLAGS (FLAG_TRAINER_FLAG_START + (NUM_TRAINERS))
-#endif
// SYSTEM FLAGS