Finish trade code

This commit is contained in:
PikalaxALT
2019-10-30 12:49:16 -04:00
parent 265f8b5b25
commit 2c2c179eb9
13 changed files with 375 additions and 1127 deletions
-4
View File
@@ -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