From 339c2914affc3c62ac9a5725aa1a0c7ccc3161ca Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Thu, 12 Mar 2020 12:46:40 -0700 Subject: Decompile/port event_object_movement --- include/constants/event_objects.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/constants/event_objects.h') diff --git a/include/constants/event_objects.h b/include/constants/event_objects.h index 0a94dc03b..3e48cf029 100644 --- a/include/constants/event_objects.h +++ b/include/constants/event_objects.h @@ -1,6 +1,13 @@ #ifndef GUARD_CONSTANTS_EVENT_OBJECTS_H #define GUARD_CONSTANTS_EVENT_OBJECTS_H +#define NUM_OBJ_EVENT_GFX 239 + +// These are dynamic object gfx ids. +// They correspond with the values of the VAR_OBJ_GFX_ID_X vars. +// More info about them in include/constants/vars.h +#define OBJ_EVENT_GFX_VARS (NUM_OBJ_EVENT_GFX + 1) + #define OBJ_EVENT_ID_PLAYER 0xFF #define OBJ_EVENT_ID_CAMERA 0x7F -- cgit v1.2.3