diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-14 03:58:20 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-12-17 20:56:13 -0500 |
commit | ddfa0c6298f4c4dcde9b40782bbdf41867bff761 (patch) | |
tree | 91f6af03f1d2c0e8b464c865f7fb3e91630f30ad /include/constants/flags.h | |
parent | 49f1a90534180445d293761e2bdac165b49319a2 (diff) |
Document Battle Tower scripts
Diffstat (limited to 'include/constants/flags.h')
-rw-r--r-- | include/constants/flags.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index 1eb8a0673..33147f8da 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1632,11 +1632,11 @@ #define FLAG_0x95F (SYSTEM_FLAGS + 0xFF) // Special Flags (Unknown) -#define SPECIAL_FLAGS_START 0x4000 -#define FLAG_HIDE_MAP_NAME_POPUP 0x4000 -#define FLAG_DONT_TRANSITION_MUSIC 0x4001 -#define FLAG_SPECIAL_FLAG_0x4002 0x4002 -#define FLAG_SPECIAL_FLAG_0x4003 0x4003 -#define FLAG_STORING_ITEMS_IN_PYRAMID_BAG 0x4004 +#define SPECIAL_FLAGS_START 0x4000 +#define FLAG_HIDE_MAP_NAME_POPUP 0x4000 +#define FLAG_DONT_TRANSITION_MUSIC 0x4001 +#define FLAG_ENABLE_MULTI_CORRIDOR_DOOR 0x4002 +#define FLAG_SPECIAL_FLAG_0x4003 0x4003 +#define FLAG_STORING_ITEMS_IN_PYRAMID_BAG 0x4004 #endif // GUARD_CONSTANTS_FLAGS_H |