diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-27 09:23:30 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-27 09:23:30 -0600 |
commit | d34de50d34d18ee64c95232202751532534c2ed9 (patch) | |
tree | f2aaa9e93f8b8671491eda458963aee1027924c2 /include/constants/flags.h | |
parent | 0eb231352a820aa6597bb6a69ef920e3864931ab (diff) |
Use descriptive name for the BLACK GLASSES hidden item flag
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 0e8c766f0..a8067f6ca 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -353,7 +353,7 @@ #define FLAG_HIDDEN_ITEM_5D 0x2B5 #define FLAG_HIDDEN_ITEM_5E 0x2B6 #define FLAG_HIDDEN_ITEM_5F 0x2B7 -#define FLAG_HIDDEN_ITEM_60 0x2B8 +#define FLAG_HIDDEN_ITEM_BLACK_GLASSES 0x2B8 #define FLAG_HIDDEN_ITEM_61 0x2B9 |