summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-08 21:05:04 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-08 21:05:04 -0500
commit7eb54648608888a0e3dccb775dc3f4284ac934e6 (patch)
treecac8aeaa7b7449626f6eacb694ad47ec6826422f /include
parent2e5bf6c9ef4f4406b1dd725e91a88cbdd10ad5c2 (diff)
Sync some event_scripts.s, split files
Diffstat (limited to 'include')
-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,