summaryrefslogtreecommitdiff
path: root/src/fldeff_cut.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-10-14 18:37:11 -0500
committerGitHub <noreply@github.com>2018-10-14 18:37:11 -0500
commit7f211b258846647b0ea3e67b36c9b0328cc378e6 (patch)
tree3b863cece823ecb889dae4983b9f45e31b3a134f /src/fldeff_cut.c
parenteafea33dd99c026c78e1d78d9c09fb3e759dc72a (diff)
parent137f6549fffe9960b91ea8727ce92d3f3049f0fb (diff)
Merge pull request #359 from Slawter666/label_field_effect_helpers
Label field_effect_helpers.c
Diffstat (limited to 'src/fldeff_cut.c')
-rw-r--r--src/fldeff_cut.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/fldeff_cut.c b/src/fldeff_cut.c
index 9de954e80..5a9181789 100644
--- a/src/fldeff_cut.c
+++ b/src/fldeff_cut.c
@@ -1,26 +1,25 @@
#include "global.h"
-#include "fldeff_cut.h"
+#include "event_obj_lock.h"
+#include "event_object_movement.h"
#include "field_camera.h"
#include "field_effect.h"
-#include "event_object_movement.h"
#include "field_player_avatar.h"
#include "fieldmap.h"
-#include "event_obj_lock.h"
+#include "fldeff_cut.h"
+#include "malloc.h"
#include "metatile_behavior.h"
-#include "party_menu.h"
#include "overworld.h"
+#include "party_menu.h"
+#include "rom6.h"
#include "script.h"
#include "sound.h"
#include "sprite.h"
#include "task.h"
#include "trig.h"
-#include "malloc.h"
+#include "constants/abilities.h"
#include "constants/event_objects.h"
#include "constants/songs.h"
-#include "constants/abilities.h"
-extern bool8 CheckObjectGraphicsInFrontOfPlayer(u8);
-extern u8 oei_task_add(void);
extern void ScriptUnfreezeEventObjects(void);
extern bool8 IsMewPlayingHideAndSeek(void);