diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-21 01:15:34 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-12 18:35:27 -0600 |
commit | 98ca62cf91e7e0bd33f09edfc848a62061015aee (patch) | |
tree | 6902d9b2183b6f0a379bf141ed3f88b1e2a36598 /include/constants/flags.h | |
parent | 6356dc03c1736df6ba25f2bc999e211d8e30a9f0 (diff) |
Standardize Event Object to Object Event
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 753024403..a6fa4c806 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -357,7 +357,7 @@ #define FLAG_HIDDEN_ITEM_61 0x2B9 -// event object hide/show flags +// object event hide/show flags #define FLAG_HIDE_BIRCH_STARTERS_BAG 0x2BC #define FLAG_HIDE_BIRCH_BATTLE_POOCHYENA 0x2D0 |