pokediamond/include/constants/flags.h
2023-11-07 16:12:53 +00:00

11 lines
410 B
C

#ifndef POKEDIAMOND_CONSTANTS_FLAGS_H
#define POKEDIAMOND_CONSTANTS_FLAGS_H
#define FLAG_SYS_SAFARI 0x967
#define NUM_FLAGS 2912
#define NUM_TEMP_FLAGS 64
#define TEMP_FLAG_BASE 0x4000
#endif //POKEDIAMOND_CONSTANTS_FLAGS_H