diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-29 17:29:52 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-29 17:29:52 -0400 |
commit | 8c23bd7c96d1d7555a03a9288b924edcdebad7f6 (patch) | |
tree | 69b7eebb6446fd863e50143b1bae22370e291b19 /src/field_player_avatar.c | |
parent | 19812c9d18a64e57ebc2ef5425176b89249b2fef (diff) |
Document bike.c
Diffstat (limited to 'src/field_player_avatar.c')
-rw-r--r-- | src/field_player_avatar.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/field_player_avatar.c b/src/field_player_avatar.c index 6b51e7bc2..8e25633a9 100644 --- a/src/field_player_avatar.c +++ b/src/field_player_avatar.c @@ -66,7 +66,6 @@ static void PlayerNotOnBikeNotMoving(u8 direction, u16 heldKeys); static void PlayerNotOnBikeTurningInPlace(u8 direction, u16 heldKeys); static void PlayerNotOnBikeMoving(u8 direction, u16 heldKeys); static u8 CheckForPlayerAvatarCollision(u8 direction); -u8 CheckForObjectEventCollision(struct ObjectEvent * objectEvent, s16 x, s16 y, u8 direction, u8 metatileBehavior); static bool8 CanStopSurfing(s16 x, s16 y, u8 direction); static bool8 ShouldJumpLedge(s16 x, s16 y, u8 direction); static bool8 TryPushBoulder(s16 x, s16 y, u8 direction); @@ -722,7 +721,7 @@ static void PlayerAvatarTransition_Bike(struct ObjectEvent * playerObjEvent) { sub_8150474(1); sub_8150498(1); - sub_80BD620(0, 0); + InitPlayerAvatarBikeState(0, 0); } static void PlayerAvatarTransition_Surfing(struct ObjectEvent * playerObjEvent) |