summaryrefslogtreecommitdiff
path: root/include/constants/bg_event_constants.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-07-13 18:53:14 -0700
committerGitHub <noreply@github.com>2018-07-13 18:53:14 -0700
commit68cf5eb3cbff3b0eac6cd348c7e6c594c287d67b (patch)
tree6cbdbe8e87708ffca6a49d6b507ed6341b26f4e2 /include/constants/bg_event_constants.h
parent9238533346fd97c67e48fee33a204d1e8e2dd0a7 (diff)
parent7dffb108b834afdee807998af24e1ddc4c85d4f9 (diff)
Merge pull request #654 from huderlem/movement_constants
Move and use movement constants
Diffstat (limited to 'include/constants/bg_event_constants.h')
-rwxr-xr-xinclude/constants/bg_event_constants.h13
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