summaryrefslogtreecommitdiff
path: root/src/bike.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-04-04 23:53:06 +0200
committerhuderlem <huderlem@gmail.com>2019-04-05 07:53:23 -0500
commitb0223f691fcc83c18b6ba8df5140d907939b04cf (patch)
tree45f90920c8cdf756a3e31d968f8a458ff952026a /src/bike.c
parentc36476af852b303fbb051b126023059ed5340a1c (diff)
Clean up data headers
Diffstat (limited to 'src/bike.c')
-rw-r--r--src/bike.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bike.c b/src/bike.c
index 530742bdf..7f84f350b 100644
--- a/src/bike.c
+++ b/src/bike.c
@@ -3,7 +3,7 @@
#include "event_object_movement.h"
#include "field_player_avatar.h"
#include "fieldmap.h"
-#include "global.fieldmap.h"
+#include "field_specials.h"
#include "metatile_behavior.h"
#include "overworld.h"
#include "sound.h"
@@ -11,9 +11,6 @@
#include "constants/map_types.h"
#include "constants/songs.h"
-extern bool8 gBikeCyclingChallenge;
-extern u8 gBikeCollisions;
-
// this file's functions
static void MovePlayerOnMachBike(u8, u16, u16);
static u8 GetMachBikeTransition(u8 *);