summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-01-17 14:13:04 +0100
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-01-17 15:00:04 +0100
commitc9722602cb47eb5b6ecbccddf13df5f286a8ef7b (patch)
treef88f9a53cf98c06890cd9e561dc9d1f851393220 /src/scrcmd.c
parent648c6c7093f5173694562929f615380f297ad306 (diff)
Sort includes
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index f41d57ffb..a13a42e87 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -1,28 +1,28 @@
#include "global.h"
#include "asm.h"
+#include "asm_fieldmap.h"
#include "battle_setup.h"
#include "berry.h"
+#include "coins.h"
+#include "decoration.h"
+#include "event_data.h"
+#include "field_effect.h"
+#include "field_message_box.h"
#include "field_player_avatar.h"
#include "item.h"
-#include "script.h"
-#include "rng.h"
-#include "palette.h"
-#include "rtc.h"
-#include "pokemon.h"
-#include "asm_fieldmap.h"
#include "main.h"
+#include "map_obj_lock.h"
#include "menu.h"
#include "money.h"
-#include "decoration.h"
-#include "field_message_box.h"
+#include "palette.h"
+#include "pokemon.h"
+#include "rng.h"
+#include "rom4.h"
+#include "rtc.h"
+#include "script.h"
#include "sound.h"
#include "string_util.h"
-#include "event_data.h"
-#include "rom4.h"
#include "weather.h"
-#include "map_obj_lock.h"
-#include "coins.h"
-#include "field_effect.h"
typedef u16 (*SpecialFunc)(void);
typedef void (*NativeFunc)(void);