summaryrefslogtreecommitdiff
path: root/src/trainer_hill.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-04-21 15:53:48 -0400
committerhuderlem <huderlem@gmail.com>2020-04-28 19:59:08 -0500
commitcb5b8da77b9ba6837fcc8c5163bedc5008b12c2c (patch)
tree51658bb18ba0f8008c7eaa4816b763cd05559a30 /src/trainer_hill.c
parent8d9e39e6d151cae303a330ccd84f1944b013cdb1 (diff)
More trainer type usage
Diffstat (limited to 'src/trainer_hill.c')
-rw-r--r--src/trainer_hill.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trainer_hill.c b/src/trainer_hill.c
index 11ac49e3a..8ff9d2eaf 100644
--- a/src/trainer_hill.c
+++ b/src/trainer_hill.c
@@ -33,6 +33,7 @@
#include "constants/trainers.h"
#include "constants/easy_chat.h"
#include "constants/trainer_hill.h"
+#include "constants/trainer_types.h"
#define HILL_TAG_NORMAL 0
#define HILL_TAG_VARIETY 1
@@ -258,7 +259,7 @@ static const struct ObjectEventTemplate sTrainerObjectEventTemplate =
.movementType = MOVEMENT_TYPE_LOOK_AROUND,
.movementRangeX = 1,
.movementRangeY = 1,
- .trainerType = 1,
+ .trainerType = TRAINER_TYPE_NORMAL,
};
static const u32 sNextFloorMapNum[NUM_TRAINER_HILL_FLOORS] =