diff options
Diffstat (limited to 'include/event_object_movement.h')
-rw-r--r-- | include/event_object_movement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/event_object_movement.h b/include/event_object_movement.h index 12d3305e7..496b2f245 100644 --- a/include/event_object_movement.h +++ b/include/event_object_movement.h @@ -217,5 +217,7 @@ u8 GetJumpInPlaceTurnAroundMovementAction(u32 direction); u8 GetAcroWheelieInPlaceDirectionMovementAction(u32 direction); u8 GetAcroPopWheelieMoveDirectionMovementAction(u32 direction); u8 GetAcroWheelieMoveDirectionMovementAction(u32 direction); +u8 sub_80641EC(u32 direction); +u8 sub_8063510(u8 direction); #endif // GUARD_EVENT_OBJECT_MOVEMENT_H |