summaryrefslogtreecommitdiff
path: root/src/rom4.c
diff options
context:
space:
mode:
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