diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-26 17:37:14 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-26 17:37:14 -0400 |
commit | 9130579f1454c869e74ea8c953c0c778a4760396 (patch) | |
tree | 95935cb5754f89ea78402cf4706830f71eb07e81 /include/field_player_avatar.h | |
parent | b0878acc98761b6ce488289906cd44b334134f95 (diff) |
Resolve off-by-one error in evobjmv.c
Diffstat (limited to 'include/field_player_avatar.h')
-rw-r--r-- | include/field_player_avatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_player_avatar.h b/include/field_player_avatar.h index b88952038..73109ae1e 100644 --- a/include/field_player_avatar.h +++ b/include/field_player_avatar.h @@ -13,6 +13,7 @@ u8 GetPlayerMovementDirection(void); u8 PlayerGetCopyableMovement(void); void MovePlayerNotOnBike(u8 direction, u16 heldKeys); +void MovementType_Player(struct Sprite * sprite); void sub_805C270(void); void sub_805C780(void); void GetXYCoordsOneStepInFrontOfPlayer(s16 *xPtr, s16 *yPtr); |