summaryrefslogtreecommitdiff
path: root/src/field/field_effect_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/field/field_effect_helpers.c')
-rw-r--r--src/field/field_effect_helpers.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/field/field_effect_helpers.c b/src/field/field_effect_helpers.c
index 93fc62bd5..c760d9aae 100644
--- a/src/field/field_effect_helpers.c
+++ b/src/field/field_effect_helpers.c
@@ -4,12 +4,10 @@
#include "metatile_behavior.h"
#include "constants/songs.h"
#include "sound.h"
-#include "field_map_obj.h"
+#include "evobjmv.h"
#include "field_camera.h"
-#include "field_map_obj_helpers.h"
#include "field_weather.h"
#include "field_effect.h"
-#include "field_ground_effect.h"
#include "field_effect_helpers.h"
static void sub_81269E0(struct Sprite *);
@@ -29,8 +27,6 @@ static void sub_81280A0(struct MapObject *, struct Sprite *, struct Sprite *);
static void sub_8128174(struct Sprite *);
static u32 ShowDisguiseFieldEffect(u8, u8, u8);
-const u8 UnusedEggString_8401E28[] = _("タマゴ");
-
void SetUpReflection(struct MapObject *mapObject, struct Sprite *sprite, bool8 flag)
{
struct Sprite *newSprite;