diff options
Diffstat (limited to 'Trainer-Scripts.md')
-rw-r--r-- | Trainer-Scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Trainer-Scripts.md b/Trainer-Scripts.md index 161d316..4b23b86 100644 --- a/Trainer-Scripts.md +++ b/Trainer-Scripts.md @@ -154,7 +154,7 @@ static u8 CheckTrainer(u8 objectEventId) } ``` -**3. Make the trainers only see in 1 direction +**3. Make the trainers only see in 1 direction** Find the function `GetTrainerApproachDistance`. Replace the line: ```c if (trainerObj->trainerType == TRAINER_TYPE_NORMAL) |