diff options
author | garak <garakmon@gmail.com> | 2018-10-17 12:30:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 12:30:45 -0400 |
commit | 7d88b9647f92d099177fc734f32e94fc472f2cbf (patch) | |
tree | 3b3d6ea2a092b2fd482d03145094689a05ec1b92 /include/constants/flags.h | |
parent | ff97873c309e28beec91efe11393c093a08b19d3 (diff) | |
parent | f67bbbdaaa905833f1c2a315624128aafef9a4cb (diff) |
Merge branch 'master' into event-flags
Diffstat (limited to 'include/constants/flags.h')
-rw-r--r-- | include/constants/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index bbc5d5175..f95a80188 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -508,7 +508,7 @@ #define FLAG_0x1F1 0x1F1 #define FLAG_0x1F2 0x1F2 #define FLAG_0x1F3 0x1F3 -#define FLAG_0x1F4 0x1F4 +#define FLAG_HIDDEN_ITEMS_START 0x1F4 #define FLAG_0x1F5 0x1F5 // trick house end room? #define FLAG_0x1F6 0x1F6 #define FLAG_0x1F7 0x1F7 |