diff options
author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-07-09 12:11:35 -0600 |
---|---|---|
committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-07-09 12:11:35 -0600 |
commit | 2f54cd2480b684b0f3b4c0b7a6a1bcfa83944ae8 (patch) | |
tree | 2eef4e560b58b03a900db4ea8f6188aca137c1d6 | |
parent | cd703e5a0e294e33aea40ef1cd6b8d24c845945b (diff) |
Updated Trainer Scripts (markdown)
-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) |