summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c16
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);