diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-05 16:16:54 +0200 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-05 09:47:54 -0700 |
commit | c8e8e7dcfc60ab2769c0c1ada5a580ec1c1c4d5d (patch) | |
tree | c7033d6f1eb7b30a8be59c2e721ff6b13f1a7ce0 /src/bike.c | |
parent | 1d0e8cbbd6955b4e20fb25d8a3df9297bb378f1b (diff) |
Remove trailing whitespace
Diffstat (limited to 'src/bike.c')
-rw-r--r-- | src/bike.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bike.c b/src/bike.c index 4faa6329f..d7175b5e0 100644 --- a/src/bike.c +++ b/src/bike.c @@ -303,7 +303,7 @@ static u8 AcroBikeHandleInputTurning(u8 *newDirection, u16 newKeys, u16 heldKeys *newDirection = gPlayerAvatar.unk9; gPlayerAvatar.bikeFrameCounter++; - + //Wait 6 frames before actually changing direction if (gPlayerAvatar.bikeFrameCounter > 6) { @@ -341,7 +341,7 @@ static u8 AcroBikeHandleInputWheelieStanding(u8 *ptr, u16 newKeys, u16 heldKeys) direction = player_get_direction_upper_nybble(); playerMapObj = &gMapObjects[gPlayerAvatar.mapObjectId]; gPlayerAvatar.running2 = 0; - + if (heldKeys & B_BUTTON) gPlayerAvatar.bikeFrameCounter++; else @@ -406,9 +406,9 @@ static u8 AcroBikeHandleInputBunnyHop(u8 *ptr, u16 newKeys, u16 heldKeys) return 4; } } - + //B Button is still held - + if (*ptr == DIR_NONE) { *ptr = direction; |