diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/script_pokemon_util_80A0058.c | 15 |
1 files changed, 0 insertions, 15 deletions
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); |