summaryrefslogtreecommitdiff
path: root/include/constants/event_objects.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-20 18:02:50 -0400
committerGitHub <noreply@github.com>2020-07-20 18:02:50 -0400
commitaeeff84462973b267e62031a945603d96afed716 (patch)
tree046ce2a73b467844e95a490b1cfa9cdda5e5f4df /include/constants/event_objects.h
parentd3bfb6cfc63f9f64295cbd864f98df9cf4c643b4 (diff)
parentf0bf1e641cb8532611c97354beaf46afaca7c417 (diff)
Merge pull request #780 from GriffinRichards/sync-scripts
Sync some scripts with pokeemerald
Diffstat (limited to 'include/constants/event_objects.h')
-rw-r--r--include/constants/event_objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/event_objects.h b/include/constants/event_objects.h
index 21cb3f7f4..f28f315b5 100644
--- a/include/constants/event_objects.h
+++ b/include/constants/event_objects.h
@@ -252,4 +252,7 @@
#define TRACKS_FOOT 1
#define TRACKS_BIKE_TIRE 2
+#define OBJ_EVENT_ID_PLAYER 0xFF
+#define OBJ_EVENT_ID_CAMERA 0x7F
+
#endif // GUARD_CONSTANTS_EVENT_OBJECTS_H