summaryrefslogtreecommitdiff
path: root/src/bike.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bike.c')
-rw-r--r--src/bike.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bike.c b/src/bike.c
index 45598e83c..711c18cd7 100644
--- a/src/bike.c
+++ b/src/bike.c
@@ -700,7 +700,7 @@ static void AcroBikeTransition_WheelieMoving(u8 direction)
}
return;
}
- sub_808B9BC(direction);
+ PlayerWheelieMove(direction);
gPlayerAvatar.runningState = MOVING;
}