diff options
Diffstat (limited to 'src/fldeff_cut.c')
-rw-r--r-- | src/fldeff_cut.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fldeff_cut.c b/src/fldeff_cut.c index 58409b4f3..c8c3325df 100644 --- a/src/fldeff_cut.c +++ b/src/fldeff_cut.c @@ -1,3 +1,4 @@ + #include "global.h" #include "field_camera.h" #include "field_effect.h" @@ -6,7 +7,6 @@ #include "fieldmap.h" #include "event_obj_lock.h" #include "metatile_behavior.h" -#include "metatile_behaviors.h" #include "pokemon_menu.h" #include "overworld.h" #include "rom6.h" @@ -18,6 +18,7 @@ #include "ewram.h" #include "constants/field_effects.h" #include "constants/event_objects.h" +#include "constants/metatile_behaviors.h" #include "constants/songs.h" extern void (*gFieldCallback)(void); |