diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-25 18:00:26 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-25 18:00:26 -0400 |
commit | 302c6bfe6b13a329cb2aa36913b07b86abcc3694 (patch) | |
tree | 216b6ae25b975e82cb4657f4cdb4a149001386af /include | |
parent | c032dc02319139771d8fed40c14297ee81b18b34 (diff) |
finish field_player_avatar
Diffstat (limited to 'include')
-rw-r--r-- | include/bike.h | 1 | ||||
-rw-r--r-- | include/field_player_avatar.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/bike.h b/include/bike.h index bdc61ecfe..ad2bd999a 100644 --- a/include/bike.h +++ b/include/bike.h @@ -10,5 +10,6 @@ void MovePlayerOnBike(u8 direction, u16 newKeys, u16 heldKeys); bool32 IsRunningDisallowed(u8 metatileBehavior); void Bike_HandleBumpySlopeJump(void); void Bike_UpdateBikeCounterSpeed(u8 counter); +bool8 player_should_look_direction_be_enforced_upon_movement(void); #endif //GUARD_BIKE_H diff --git a/include/field_player_avatar.h b/include/field_player_avatar.h index 51e29c060..6d854b58b 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -13,7 +13,6 @@ u8 GetPlayerMovementDirection(void); u8 PlayerGetCopyableMovement(void); void MovePlayerNotOnBike(u8 direction, u16 heldKeys); -void sub_808D074(u8); void sub_805C270(void); void sub_805C780(void); void GetXYCoordsOneStepInFrontOfPlayer(s16 *xPtr, s16 *yPtr); |