diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-17 22:08:02 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-17 22:08:02 -0400 |
commit | ba7e4acfeee5bdda18113586fde37b19429c3715 (patch) | |
tree | 34a9bcc6ea830aedaefed91a60473c1567329e17 /include/constants/event_bg.h | |
parent | 901fceec188ff640f32b22343e5a0b6e7e4c9c42 (diff) |
through CheckStandardWildEncounter
Diffstat (limited to 'include/constants/event_bg.h')
-rw-r--r-- | include/constants/event_bg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/event_bg.h b/include/constants/event_bg.h index b106a74ef..37fedf25b 100644 --- a/include/constants/event_bg.h +++ b/include/constants/event_bg.h @@ -7,4 +7,6 @@ #define BG_EVENT_PLAYER_FACING_EAST 3 #define BG_EVENT_PLAYER_FACING_WEST 4 +#define BG_EVENT_HIDDEN_ITEM 7 + #endif // GUARD_CONSTANTS_EVENT_BG_H |