summaryrefslogtreecommitdiff
path: root/src/field_screen_effect.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-12-06 02:55:30 -0500
committerGriffinR <griffin.richards@comcast.net>2019-12-06 02:55:30 -0500
commit1b30f0c9733da023e89b9aaa9e3d74cdd78b3e53 (patch)
treeddcf1712a996c38e40c5a54dddd7ae0a62fc74de /src/field_screen_effect.c
parentc51e0f3bae824a4c099bdcb0f938e298ef49fdcb (diff)
Rename event_obj_lock to event_object_lock
Diffstat (limited to 'src/field_screen_effect.c')
-rw-r--r--src/field_screen_effect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/field_screen_effect.c b/src/field_screen_effect.c
index 3ec422c65..4b2f95ef0 100644
--- a/src/field_screen_effect.c
+++ b/src/field_screen_effect.c
@@ -5,6 +5,7 @@
#include "field_camera.h"
#include "field_door.h"
#include "field_effect.h"
+#include "event_object_lock.h"
#include "event_object_movement.h"
#include "field_player_avatar.h"
#include "field_screen_effect.h"
@@ -17,7 +18,6 @@
#include "main.h"
#include "menu.h"
#include "mirage_tower.h"
-#include "event_obj_lock.h"
#include "metatile_behavior.h"
#include "palette.h"
#include "overworld.h"
@@ -31,7 +31,6 @@
#include "constants/songs.h"
#include "constants/rgb.h"
#include "trainer_hill.h"
-#include "event_obj_lock.h"
#include "fldeff.h"
extern const u16 gOrbEffectBackgroundLayerFlags[];