diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-04-18 17:42:41 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-04-18 17:42:41 +0530 |
commit | 7700fe61fed39ecda329db5087ca30e3eb3335ee (patch) | |
tree | 33e1d5f177e81c652fdd74c5ba23110330779efc /src/bike.c | |
parent | b818924feb77b454edbb1b44e68cd4762495cd30 (diff) |
Decompile field camera
Diffstat (limited to 'src/bike.c')
-rw-r--r-- | src/bike.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bike.c b/src/bike.c index 64af7c711..782eceb8e 100644 --- a/src/bike.c +++ b/src/bike.c @@ -12,7 +12,6 @@ extern bool8 gBikeCyclingChallenge; extern u8 gBikeCollisions; -extern bool8 gUnknown_02037348; extern u8 sub_8093514(u8 direction); extern u8 sub_808B980(u8 direction); @@ -989,7 +988,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)) { |