diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-08-19 13:26:22 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-08-19 13:26:22 -0500 |
commit | bbe876153c2a0903a30b37734874bf63ca6d8a10 (patch) | |
tree | 7efa03650e784e7ff6ac7d479b5315194a4081fb /include/constants/bg_event_constants.h | |
parent | 300f2274f381b5a700b6a67847c3b9f97c67a541 (diff) | |
parent | c2218920d57c883dc83078c2d1d7cf3af82babbb (diff) |
Merge remote-tracking branch 'upstream/master' into ice
Diffstat (limited to 'include/constants/bg_event_constants.h')
-rwxr-xr-x | include/constants/bg_event_constants.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/constants/bg_event_constants.h b/include/constants/bg_event_constants.h new file mode 100755 index 000000000..a915bc509 --- /dev/null +++ b/include/constants/bg_event_constants.h @@ -0,0 +1,13 @@ +#ifndef GUARD_CONSTANTS_BG_EVENT_H +#define GUARD_CONSTANTS_BG_EVENT_H + +#define BG_EVENT_PLAYER_FACING_ANY 0 +#define BG_EVENT_PLAYER_FACING_NORTH 1 +#define BG_EVENT_PLAYER_FACING_SOUTH 2 +#define BG_EVENT_PLAYER_FACING_EAST 3 +#define BG_EVENT_PLAYER_FACING_WEST 4 + +#define BG_EVENT_HIDDEN_ITEM 7 +#define BG_EVENT_SECRET_BASE 8 + +#endif // GUARD_CONSTANTS_BG_EVENT_H |