diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-09 11:56:50 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-09 11:56:50 +0100 |
commit | 4683cdc30cbe81db56b69dfeb7a1fb32fe6641e2 (patch) | |
tree | c7c791620bcb6849a24b549b4a5c48abec281c10 /src/trainer_see.c | |
parent | 606fb71392651dac4f5f8773c4117f35de7b087e (diff) | |
parent | 0b91d2948a431a5d44166544897a550061c01a31 (diff) |
Merge branch 'master' into weather
Diffstat (limited to 'src/trainer_see.c')
-rw-r--r-- | src/trainer_see.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/trainer_see.c b/src/trainer_see.c index 244a7021c..eeebcb575 100644 --- a/src/trainer_see.c +++ b/src/trainer_see.c @@ -75,17 +75,17 @@ static u8 (*const sDirectionalApproachDistanceFuncs[])(struct EventObject *train static bool8 (*const sTrainerSeeFuncList[])(u8 taskId, struct Task *task, struct EventObject *trainerObj) = { sub_80B4178, - sub_80B417C, - sub_80B41C0, - sub_80B4200, - sub_80B425C, - sub_80B4318, - sub_80B435C, - sub_80B4390, - sub_80B43AC, - sub_80B43E0, - sub_80B4438, - sub_80B44AC + sub_80B417C, + sub_80B41C0, + sub_80B4200, + sub_80B425C, + sub_80B4318, + sub_80B435C, + sub_80B4390, + sub_80B43AC, + sub_80B43E0, + sub_80B4438, + sub_80B44AC }; static bool8 (*const sTrainerSeeFuncList2[])(u8 taskId, struct Task *task, struct EventObject *trainerObj) = |