diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-02-11 13:18:31 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-02-11 13:26:55 -0500 |
commit | 2598b285bb7383475c264c6bec391c676708bc8e (patch) | |
tree | dcce7deebadf4e3cc6d0bd35cadb7dd96469f7fe /include | |
parent | 91076d9408ecf7546cae522b014ead6f31f7a9dd (diff) |
Add missing trainer type constant usage
Diffstat (limited to 'include')
-rw-r--r-- | include/event_object_movement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event_object_movement.h b/include/event_object_movement.h index 46529bdfe..c53cb7d67 100644 --- a/include/event_object_movement.h +++ b/include/event_object_movement.h @@ -64,7 +64,7 @@ bool8 TryGetObjectEventIdByLocalIdAndMap(u8, u8, u8, u8 *); u8 GetObjectEventIdByXY(s16, s16); void SetObjectEventDirection(struct ObjectEvent *, u8); void RemoveObjectEventByLocalIdAndMap(u8 localId, u8 mapNum, u8 mapGroup); -u16 GetObjectEventFlagByLocalIdAndMap(u8 localId, u8 mapNum, u8 mapGroup); +u16 GetBoulderRevealFlagByLocalIdAndMap(u8 localId, u8 mapNum, u8 mapGroup); void LoadPlayerObjectReflectionPalette(u16, u8); void LoadSpecialObjectReflectionPalette(u16, u8); void TryMoveObjectEventToMapCoords(u8, u8, u8, s16, s16); |