summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/event_objects.h7
-rw-r--r--include/constants/movement_commands.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/include/constants/event_objects.h b/include/constants/event_objects.h
new file mode 100644
index 000000000..0a94dc03b
--- /dev/null
+++ b/include/constants/event_objects.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_CONSTANTS_EVENT_OBJECTS_H
+#define GUARD_CONSTANTS_EVENT_OBJECTS_H
+
+#define OBJ_EVENT_ID_PLAYER 0xFF
+#define OBJ_EVENT_ID_CAMERA 0x7F
+
+#endif // GUARD_CONSTANTS_EVENT_OBJECTS_H
diff --git a/include/constants/movement_commands.h b/include/constants/movement_commands.h
index 0451e16b7..3e61cbc14 100644
--- a/include/constants/movement_commands.h
+++ b/include/constants/movement_commands.h
@@ -99,7 +99,7 @@ enum
step_5d,
step_5e,
step_5f,
- step_60,
+ set_invisible,
step_61,
step_62,
step_63,