diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 17:15:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 17:45:59 -0500 |
commit | c940b6771687f7f303e2380a1994939a60e8a139 (patch) | |
tree | 5f8bff9cabebdbdf5ab2db77542abe5485821b14 /include | |
parent | 700425ef5fcdd5114fb76e362f745f558084638b (diff) |
Continue macro comment updating
Diffstat (limited to 'include')
-rw-r--r-- | include/event_object_movement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/event_object_movement.h b/include/event_object_movement.h index 6ad4b55e4..8ceea4d29 100644 --- a/include/event_object_movement.h +++ b/include/event_object_movement.h @@ -110,8 +110,8 @@ const struct ObjectEventGraphicsInfo *GetObjectEventGraphicsInfo(u8 graphicsId); void SetObjectInvisibility(u8, u8, u8, bool8); void FreeAndReserveObjectSpritePalettes(void); void SetObjectEventSpritePosByLocalIdAndMap(u8 localId, u8 mapNum, u8 mapGroup, s16 x, s16 y); -void ResetObjectPriority(u8, u8, u8); -void SetObjectPriority(u8, u8, u8, u8); +void ResetObjectSubpriority(u8, u8, u8); +void SetObjectSubpriority(u8, u8, u8, u8); void AllowObjectAtPosTriggerGroundEffects(s16, s16); void ObjectEventGetLocalIdAndMap(struct ObjectEvent *objectEvent, void *localId, void *mapNum, void *mapGroup); void ShiftObjectEventCoords(struct ObjectEvent *, s16, s16); |