diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-15 14:24:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 14:24:22 -0600 |
commit | 39f54b346d8121849250b18e4af2855e1d34c22d (patch) | |
tree | 3004b8fb87a9d7c5801eb435ead4a9461a500f0b /src/fldeff_groundshake.c | |
parent | 216c388001bf4342ecb1298237d748baf69e7a33 (diff) | |
parent | 4311fd8b89903a35a4485ff7db8a44036bfd1bdc (diff) |
Merge pull request #382 from Slawter666/synchronise
Move field effects enum to defines
Diffstat (limited to 'src/fldeff_groundshake.c')
-rw-r--r-- | src/fldeff_groundshake.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fldeff_groundshake.c b/src/fldeff_groundshake.c index 60b078982..e9a46bb86 100644 --- a/src/fldeff_groundshake.c +++ b/src/fldeff_groundshake.c @@ -1,10 +1,7 @@ #include "global.h" -#include "global.fieldmap.h" -#include "constants/flags.h" -#include "constants/songs.h" #include "event_data.h" -#include "field_camera.h" #include "event_object_movement.h" +#include "field_camera.h" #include "malloc.h" #include "random.h" #include "roulette_util.h" @@ -12,6 +9,8 @@ #include "sound.h" #include "sprite.h" #include "task.h" +#include "constants/flags.h" +#include "constants/songs.h" // structures struct Struct203CF18 { |