diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-24 18:17:18 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-24 18:17:18 -0400 |
commit | 8a85485cc25b9ac67c9b60697efd56c88d7b1d5f (patch) | |
tree | d4f0c27ea46f67cf587419f7f06789482cf37bf9 /include | |
parent | 87b2c7f34b5a734d3af98ea2dc7d9fafecd809a6 (diff) |
through PlayerTurnInPlace
Diffstat (limited to 'include')
-rw-r--r-- | include/event_object_movement.h | 6 | ||||
-rw-r--r-- | include/quest_log.h | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/event_object_movement.h b/include/event_object_movement.h index 7bdeb08c5..8b2944578 100644 --- a/include/event_object_movement.h +++ b/include/event_object_movement.h @@ -200,5 +200,11 @@ extern const u16 gUnknown_8398648[]; extern const u16 gUnknown_8398688[]; extern const u8 gReflectionEffectPaletteMap[]; u8 GetLedgeJumpDirection(s16 x, s16 y, u8 z); +u8 sub_8063F58(u32 direction); +u8 sub_8063FDC(u32 direction); +u8 sub_8064008(u32 direction); +u8 GetPlayerRunMovementAction(u32 direction); +u8 GetPlayerRunSlowMovementAction(u32 direction); +u8 GetWalkSlowMovementAction(u32 direction); #endif // GUARD_EVENT_OBJECT_MOVEMENT_H diff --git a/include/quest_log.h b/include/quest_log.h index f4fe0ca45..70a5c2f30 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -56,5 +56,7 @@ void sub_81128BC(u8 a0); void sub_811278C(u8 movementActionId, u8 duration); void Special_UpdateTrainerFansAfterLinkBattle(void); void sub_8112628(u8 movementActionId); +void sub_81126AC(u8 movementActionId, u8 duration); +void sub_8112588(u8 localId, u8 mapNum, u8 mapGroup, u8 movementActionId, u8 duration); #endif //GUARD_QUEST_LOG_H |