summaryrefslogtreecommitdiff
path: root/src/battle_transition.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-12-22 03:37:13 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-12-22 03:37:13 +0800
commit16396b8ebb2edc2b0206bc14120ea3e3a72d9300 (patch)
treeb7a26f85556725dc4d5eda69614f62ecdd8ea8a7 /src/battle_transition.c
parent14dc160ae66b29b7e4a6d1fcd4b055332709e0b1 (diff)
clean up
Diffstat (limited to 'src/battle_transition.c')
-rw-r--r--src/battle_transition.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/battle_transition.c b/src/battle_transition.c
index aa68ed278..463a3d930 100644
--- a/src/battle_transition.c
+++ b/src/battle_transition.c
@@ -15,6 +15,7 @@
#include "field_camera.h"
#include "trainer_pokemon_sprites.h"
#include "scanline_effect.h"
+#include "event_object_movement.h"
#include "constants/songs.h"
typedef bool8 (*TransitionStateFunc)(struct Task *task);
@@ -45,9 +46,6 @@ struct TransitionData
static EWRAM_DATA struct TransitionData *sTransitionStructPtr = NULL;
-// TODO: Move this declaration to include/event_object_movement.h
-extern const struct OamData gObjectEventBaseOam_32x32;
-
static bool8 BT_Phase1_FadeOut(struct Task *task);
static bool8 BT_Phase1_FadeIn(struct Task *task);
static bool8 BT_Phase2BlackDoodles_Init(struct Task *task);