diff options
Diffstat (limited to 'src/bike.c')
-rw-r--r-- | src/bike.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bike.c b/src/bike.c index 64af7c711..e827707cd 100644 --- a/src/bike.c +++ b/src/bike.c @@ -12,9 +12,7 @@ extern bool8 gBikeCyclingChallenge; extern u8 gBikeCollisions; -extern bool8 gUnknown_02037348; -extern u8 sub_8093514(u8 direction); extern u8 sub_808B980(u8 direction); extern u8 sub_808B9BC(u8 direction); extern u8 sub_808B9A4(u8 direction); @@ -989,7 +987,7 @@ bool8 player_should_look_direction_be_enforced_upon_movement(void) void GetOnOffBike(u8 transitionFlags) { - gUnknown_02037348 = FALSE; + gUnusedBikeCameraAheadPanback = FALSE; if (gPlayerAvatar.flags & (PLAYER_AVATAR_FLAG_MACH_BIKE | PLAYER_AVATAR_FLAG_ACRO_BIKE)) { |