Finish trade code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user