diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-25 00:46:27 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-25 00:46:27 -0400 |
commit | 970717ee2c660e3a20218ba9c730b20a6dbb9c5d (patch) | |
tree | ff996278653b45405218c2e4f74fa6582734b71a /include/constants/event_objects.h | |
parent | d50ce487768da819b17f0f9bc87ab7a6a27c2385 (diff) |
Move object event graphics info pointers to src
Diffstat (limited to 'include/constants/event_objects.h')
-rw-r--r-- | include/constants/event_objects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/event_objects.h b/include/constants/event_objects.h index 2d51cd74d..360b86fbf 100644 --- a/include/constants/event_objects.h +++ b/include/constants/event_objects.h @@ -154,12 +154,12 @@ #define OBJ_EVENT_GFX_DEOXYS_N 150 #define OBJ_EVENT_GFX_SS_ANNE 151 -#define NUM_OBJ_EVENT_GFX 239 +#define NUM_OBJ_EVENT_GFX 152 // 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_GFX_VARS 240 #define OBJ_EVENT_GFX_VAR_0 (OBJ_EVENT_GFX_VARS + 0x0) // 240 #define OBJ_EVENT_GFX_VAR_1 (OBJ_EVENT_GFX_VARS + 0x1) #define OBJ_EVENT_GFX_VAR_2 (OBJ_EVENT_GFX_VARS + 0x2) |