summaryrefslogtreecommitdiff
path: root/src/bike.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bike.c')
-rw-r--r--src/bike.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bike.c b/src/bike.c
index 15857778c..45598e83c 100644
--- a/src/bike.c
+++ b/src/bike.c
@@ -696,7 +696,7 @@ static void AcroBikeTransition_WheelieMoving(u8 direction)
if (MetatileBehavior_IsBumpySlope(playerObjEvent->currentMetatileBehavior))
PlayerIdleWheelie(direction);
else
- sub_808B980(direction); //hit wall?
+ PlayerWheelieInPlace(direction); //hit wall?
}
return;
}
@@ -730,7 +730,7 @@ static void AcroBikeTransition_WheelieRisingMoving(u8 direction)
if (MetatileBehavior_IsBumpySlope(playerObjEvent->currentMetatileBehavior))
PlayerIdleWheelie(direction);
else
- sub_808B980(direction); //hit wall?
+ PlayerWheelieInPlace(direction); //hit wall?
}
return;
}