summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bike.c2
-rw-r--r--src/field_player_avatar.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bike.c b/src/bike.c
index 6f758f803..ebf2c7a50 100644
--- a/src/bike.c
+++ b/src/bike.c
@@ -757,7 +757,7 @@ static void AcroBikeTransition_WheelieLoweringMoving(u8 direction)
PlayerEndWheelie(direction);
return;
}
- sub_808B9D4(direction);
+ PlayerEndWheelieWhileMoving(direction);
}
void Bike_TryAcroBikeHistoryUpdate(u16 newKeys, u16 heldKeys)
diff --git a/src/field_player_avatar.c b/src/field_player_avatar.c
index fd17b0807..9fef51bec 100644
--- a/src/field_player_avatar.c
+++ b/src/field_player_avatar.c
@@ -1095,7 +1095,7 @@ void PlayerWheelieMove(u8 direction)
PlayerSetAnimId(GetAcroWheelieMoveDirectionMovementAction(direction), 2);
}
-void sub_808B9D4(u8 direction)
+void PlayerEndWheelieWhileMoving(u8 direction)
{
PlayerSetAnimId(GetAcroEndWheelieMoveDirectionMovementAction(direction), 2);
}