diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2020-12-02 01:40:17 -0300 |
---|---|---|
committer | LOuroboros <lunosouroboros@gmail.com> | 2020-12-02 01:53:28 -0300 |
commit | 9f14b57f55a360ae07dc9d9593980d2145fc5d99 (patch) | |
tree | d30829f6ec4467b7305a73c5365cbd7906046bb8 /include | |
parent | 752fdc7c420a0b67ef830df5c92335dfcd610402 (diff) |
FLAG_SPECIAL_FLAG_0 -> FLAG_HIDE_MAP_NAME_POPUP
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/flags.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index 0fadd7d93..8b7138092 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -898,9 +898,9 @@ #define FLAG_DAILY_RECEIVED_BERRY_SOOTOPOLIS (SYSTEM_FLAGS + 0xD2) // Daily flags end at 0x8FF -// SPECIAL FLAGS (unknown purpose) +// SPECIAL FLAGS -#define FLAG_SPECIAL_FLAG_0 0x4000 +#define FLAG_HIDE_MAP_NAME_POPUP 0x4000 #define FLAG_DONT_TRANSITION_MUSIC 0x4001 #endif // GUARD_CONSTANTS_FLAGS_H |