summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-27 02:30:26 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-07-01 23:46:15 -0400
commit10886a586b75eb80a68f341bcc61b7c0343ddfe2 (patch)
tree1038297ccbe0b7119c145d891ee414744fe5e708 /include
parent265b49c47b5651d210f8b1f0ae0384786d40ae13 (diff)
Clean up mirage tower
Diffstat (limited to 'include')
-rw-r--r--include/constants/event_objects.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/event_objects.h b/include/constants/event_objects.h
index 7a224940f..357251548 100644
--- a/include/constants/event_objects.h
+++ b/include/constants/event_objects.h
@@ -279,7 +279,11 @@
#define FIRST_DECORATION_SPRITE_GFX OBJ_EVENT_GFX_PICHU_DOLL
+// Special object event local ids
#define OBJ_EVENT_ID_PLAYER 0xFF
#define OBJ_EVENT_ID_CAMERA 0x7F
+// Object event local ids referenced in C files
+#define LOCALID_ROUTE111_PLAYER_FALLING 45
+
#endif // GUARD_CONSTANTS_EVENT_OBJECTS_H