diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-20 23:12:51 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-20 23:12:51 -0500 |
commit | 82cb741d8b2b2d88c1e23d2d5ccf5443892538fa (patch) | |
tree | c05b6424006d1d46a3d38c0205c1dfce986c6fdc /src/trainer_hill.c | |
parent | ec3e86f1d2f78bb9fece0956e246862cea3c07b9 (diff) |
Standardize EVENT_OBJECT to OBJECT_EVENT
Diffstat (limited to 'src/trainer_hill.c')
-rw-r--r-- | src/trainer_hill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_hill.c b/src/trainer_hill.c index f7b08f350..8a2f9a8fd 100644 --- a/src/trainer_hill.c +++ b/src/trainer_hill.c @@ -253,7 +253,7 @@ static const u8 *const sTagMatchStrings[] = static const struct ObjectEventTemplate sTrainerObjectEventTemplate = { - .graphicsId = EVENT_OBJ_GFX_RIVAL_BRENDAN_NORMAL, + .graphicsId = OBJ_EVENT_GFX_RIVAL_BRENDAN_NORMAL, .elevation = 3, .movementType = MOVEMENT_TYPE_LOOK_AROUND, .movementRangeX = 1, |