mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-20 11:57:33 -05:00
12 lines
229 B
C
12 lines
229 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
|