disassemble movement type arrays
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user