summaryrefslogtreecommitdiff
path: root/src/rom4.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-26 15:01:42 +0200
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-26 15:40:16 +0200
commitf26daa3d6954d2db3a7c44b79d319a7a084462c2 (patch)
treefc604ee8a124ee4e2bfd7e3c97a4006fc0f97278 /src/rom4.c
parent4d2b22a899c11dfcacfec6889968ab01655a3fe3 (diff)
Sort includes
Diffstat (limited to 'src/rom4.c')
-rw-r--r--src/rom4.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/rom4.c b/src/rom4.c
index be07e5867..04071cedb 100644
--- a/src/rom4.c
+++ b/src/rom4.c
@@ -1,36 +1,31 @@
-#include "field_specials.h"
-#include "fieldmap.h"
-#include "tv.h"
-#include "secret_base.h"
-#include "map_name_popup.h"
-#include "field_fadetransition.h"
-#include "fldeff_flash.h"
-#include "unknown_task.h"
-#include "cable_club.h"
-#include "field_ground_effect.h"
-#include "field_tasks.h"
-#include "rotating_gate.h"
-#include "field_screen_effect.h"
-#include "time_events.h"
#include "global.h"
#include "rom4.h"
#include "battle_setup.h"
#include "berry.h"
+#include "cable_club.h"
#include "clock.h"
#include "event_data.h"
#include "field_camera.h"
#include "field_control_avatar.h"
#include "field_effect.h"
+#include "field_fadetransition.h"
+#include "field_ground_effect.h"
#include "field_map_obj.h"
#include "field_map_obj_helpers.h"
#include "field_message_box.h"
#include "field_player_avatar.h"
-#include "field_weather.h"
+#include "field_screen_effect.h"
#include "field_special_scene.h"
+#include "field_specials.h"
+#include "field_tasks.h"
+#include "field_weather.h"
+#include "fieldmap.h"
+#include "fldeff_flash.h"
#include "heal_location.h"
#include "link.h"
#include "load_save.h"
#include "main.h"
+#include "map_name_popup.h"
#include "menu.h"
#include "metatile_behavior.h"
#include "new_game.h"
@@ -38,14 +33,19 @@
#include "play_time.h"
#include "rng.h"
#include "roamer.h"
+#include "rotating_gate.h"
#include "safari_zone.h"
#include "script.h"
#include "script_pokemon_80C4.h"
+#include "secret_base.h"
#include "songs.h"
#include "sound.h"
#include "start_menu.h"
#include "task.h"
#include "tileset_anim.h"
+#include "time_events.h"
+#include "tv.h"
+#include "unknown_task.h"
#include "wild_encounter.h"
#ifdef SAPPHIRE