summaryrefslogtreecommitdiff
path: root/include/constants/event_bg.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-13 15:13:30 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-13 15:13:30 -0500
commit3b2eaeedbc4c658389c7fceb93e6bbd07e8a6283 (patch)
treee9a403e858cf8d93cfee9eb80b5d8c79cc4e4159 /include/constants/event_bg.h
parentcafbffd5b82836d779ec446e2362a9885fd18c4a (diff)
parentb4f4d2c0f03462dcdf3492aad27890294600eb2e (diff)
Merge branch 'master' into modern_gcc
Diffstat (limited to 'include/constants/event_bg.h')
-rwxr-xr-xinclude/constants/event_bg.h13
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