diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-21 20:50:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 20:50:44 -0500 |
commit | e194cf83d257796591e6a7a2cb88e208ac7de968 (patch) | |
tree | f39d5da19fd92a02d1b66ac4f2eb1dae325952ab /src/trainer_tower.c | |
parent | 4280723f0ef24ff218cb81fd4ce8eb7abf063d34 (diff) | |
parent | 7624b5e5c0d4d8290356dc897c2ea179c842d2b8 (diff) |
Merge pull request #262 from PikalaxALT/trainer_see
Trainer see
Diffstat (limited to 'src/trainer_tower.c')
-rw-r--r-- | src/trainer_tower.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trainer_tower.c b/src/trainer_tower.c index 0f9907e2d..f4e9689a1 100644 --- a/src/trainer_tower.c +++ b/src/trainer_tower.c @@ -2,11 +2,9 @@ #include "main.h" #include "task.h" #include "malloc.h" -#include "save.h" #include "util.h" #include "string_util.h" #include "event_data.h" -#include "random.h" #include "cereader_tool.h" #include "easy_chat.h" #include "text.h" @@ -20,11 +18,9 @@ #include "menu.h" #include "new_menu_helpers.h" #include "sound.h" -#include "constants/flags.h" #include "constants/vars.h" #include "constants/items.h" #include "constants/species.h" -#include "constants/maps.h" #include "constants/songs.h" #include "constants/layouts.h" #include "constants/trainers.h" |