From 1a246cc567f91d3975a7b9ca26a74afd06245bc9 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 10 Jan 2020 11:53:19 -0500 Subject: Clean up script_pokemon_util_80A0058 includes --- src/script_pokemon_util_80A0058.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src') diff --git a/src/script_pokemon_util_80A0058.c b/src/script_pokemon_util_80A0058.c index 9a9fd37a5..14f5d490f 100644 --- a/src/script_pokemon_util_80A0058.c +++ b/src/script_pokemon_util_80A0058.c @@ -1,32 +1,17 @@ #include "global.h" #include "battle.h" -#include "battle_gfx_sfx_util.h" #include "berry.h" -#include "data.h" #include "daycare.h" -#include "decompress.h" #include "event_data.h" #include "event_object_movement.h" -#include "link.h" -#include "link_rfu.h" #include "load_save.h" -#include "main.h" #include "malloc.h" -#include "menu.h" #include "overworld.h" -#include "palette.h" #include "party_menu.h" #include "pokedex.h" -#include "pokemon.h" -#include "random.h" -#include "script.h" -#include "script_menu.h" #include "script_pokemon_util_80A0058.h" -#include "sprite.h" -#include "string_util.h" #include "constants/items.h" #include "constants/species.h" -#include "constants/vars.h" static void CB2_ReturnFromChooseHalfParty(void); static void CB2_ReturnFromChooseBattleTowerParty(void); -- cgit v1.2.3