diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-21 14:03:35 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-21 14:03:35 -0500 |
commit | 4c52cf9ed15f01f949fbf2139444f674694e446d (patch) | |
tree | 1bfe563ba2fdb0cfeb29c17c0325bbb41d05391f /include/constants/event_bg.h | |
parent | 86c08330c4a3f068a9618d5c80e06b9b8b6480c9 (diff) |
Fix event constant file names
Diffstat (limited to 'include/constants/event_bg.h')
-rwxr-xr-x | include/constants/event_bg.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/constants/event_bg.h b/include/constants/event_bg.h new file mode 100755 index 000000000..64f3331b8 --- /dev/null +++ b/include/constants/event_bg.h @@ -0,0 +1,13 @@ +#ifndef GUARD_CONSTANTS_EVENT_BG_H +#define GUARD_CONSTANTS_EVENT_BG_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_EVENT_BG_H |