summaryrefslogtreecommitdiff
path: root/src/bike.c
diff options
context:
space:
mode:
authorbrain_face <brainface@protonmail.com>2020-04-12 15:31:11 +0200
committerbrain_face <brainface@protonmail.com>2020-04-12 15:31:11 +0200
commit1be48a61c1a20b5c9087c1a68346c5efe33685c8 (patch)
treecb4e34652643156a0694e260bbe1d07c1ac16198 /src/bike.c
parent1472a3a7d4f877657ee59d1c84e794d146bb6851 (diff)
Renamed sub_808B9BC -> PlayerWheelieMove
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;
}