summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bike.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bike.h b/include/bike.h
index 9526b6e83..d6021f5e4 100644
--- a/include/bike.h
+++ b/include/bike.h
@@ -41,7 +41,7 @@ enum
void BikeClearState(u32 directionHistory, u32 abStartSelectHistory);
bool8 IsBikingDisallowedByPlayer(void);
-void GoOnOffBike(u8 flags);
+void GetOnOffBike(u8 flags);
s16 GetPlayerSpeed(void);
bool8 RS_IsRunningDisallowed(u8 r0);
void MovePlayerOnBike(u8 direction, u16 newKeys, u16 heldKeys);