diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-04-27 15:43:31 +0200 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-04-27 16:07:18 +0200 |
commit | ddc846fa6a0d9a13cfba6f52488a66f6f4562a2d (patch) | |
tree | a87f22742634e2c02643a807b148964ed1b13d6d /src/scrcmd.c | |
parent | aec7b25c1ad0ef646f1430bc8b68d3adb1106edd (diff) |
Sort includes
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 8d35def5c..7569462e6 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -3,14 +3,17 @@ #include "asm_fieldmap.h" #include "battle_setup.h" #include "berry.h" +#include "clock.h" #include "coins.h" +#include "contest_painting.h" #include "decoration.h" #include "event_data.h" +#include "field_door.h" #include "field_effect.h" +#include "field_map_obj_helpers.h" #include "field_message_box.h" #include "field_player_avatar.h" -#include "field_map_obj_helpers.h" -#include "field_door.h" +#include "field_screeneffect.h" #include "item.h" #include "main.h" #include "map_obj_lock.h" @@ -22,14 +25,11 @@ #include "rom4.h" #include "rtc.h" #include "script.h" -#include "sound.h" -#include "string_util.h" -#include "field_screeneffect.h" #include "script_menu.h" -#include "script_pokemon_80F9.h" #include "script_pokemon_80C4.h" -#include "clock.h" -#include "contest_painting.h" +#include "script_pokemon_80F9.h" +#include "sound.h" +#include "string_util.h" typedef u16 (*SpecialFunc)(void); typedef void (*NativeFunc)(void); |