diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 21:05:04 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 21:05:04 -0500 |
commit | 7eb54648608888a0e3dccb775dc3f4284ac934e6 (patch) | |
tree | cac8aeaa7b7449626f6eacb694ad47ec6826422f /include/constants/event_objects.h | |
parent | 2e5bf6c9ef4f4406b1dd725e91a88cbdd10ad5c2 (diff) |
Sync some event_scripts.s, split files
Diffstat (limited to 'include/constants/event_objects.h')
-rw-r--r-- | include/constants/event_objects.h | 7 |
1 files changed, 7 insertions, 0 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 |