summaryrefslogtreecommitdiff
path: root/src/trainer_hill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trainer_hill.c')
-rw-r--r--src/trainer_hill.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/trainer_hill.c b/src/trainer_hill.c
index 77c8fcb53..7eff0d394 100644
--- a/src/trainer_hill.c
+++ b/src/trainer_hill.c
@@ -38,7 +38,6 @@
#define HILL_TAG_UNIQUE 2
#define HILL_TAG_EXPERT 3
-#define HILL_TRAINER_NAME_LENGTH 11
#define HILL_MAX_TIME 215999 // 60 * 60 * 60 - 1
struct TrHillRoomTrainers
@@ -47,18 +46,6 @@ struct TrHillRoomTrainers
u8 facilityClass[2];
};
-struct TrainerHillTrainer
-{
- u8 name[HILL_TRAINER_NAME_LENGTH];
- u8 facilityClass;
- u32 unused;
- u16 speechBefore[6];
- u16 speechWin[6];
- u16 speechLose[6];
- u16 speechAfter[6];
- struct BattleTowerPokemon mons[PARTY_SIZE];
-};
-
struct TrHillFloor
{
u8 unk0;