diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-17 13:52:26 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-17 13:52:26 +0100 |
commit | b7b1d609d035ab7f125808fb653e972546b05a6a (patch) | |
tree | bf15dbcf8f56cafbf048320a8501215940ad2e03 /src/bike.c | |
parent | 1435c96b41049da3a05ed97d9a07b355aacbac4f (diff) |
More synchronisation
Diffstat (limited to 'src/bike.c')
-rw-r--r-- | src/bike.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bike.c b/src/bike.c index 1fa4eb301..742b2a6bb 100644 --- a/src/bike.c +++ b/src/bike.c @@ -3,13 +3,13 @@ #include "event_object_movement.h" #include "field_player_avatar.h" #include "fieldmap.h" -#include "constants/flags.h" #include "global.fieldmap.h" #include "metatile_behavior.h" #include "overworld.h" -#include "constants/songs.h" #include "sound.h" +#include "constants/flags.h" #include "constants/map_types.h" +#include "constants/songs.h" extern bool8 gBikeCyclingChallenge; extern u8 gBikeCollisions; |