diff options
author | James Jackson <james.andrew.jackson13@gmail.com> | 2021-04-22 17:59:22 -0500 |
---|---|---|
committer | James Jackson <james.andrew.jackson13@gmail.com> | 2021-04-22 17:59:22 -0500 |
commit | 3de235281618725887f3e6d469b419df7499fda6 (patch) | |
tree | 94cac48832cd21ebd911366a5dc00f9357f5cf56 /Trainer-Scripts.md | |
parent | e858d35a1c831599bca757e584d8992231de6c99 (diff) |
Updating `EventScript_ObjectApproachPlayer` to match the current status of ghoulslash's repo
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 d53addb..7d7f411 100644 --- a/Trainer-Scripts.md +++ b/Trainer-Scripts.md @@ -186,7 +186,7 @@ Open [data/scripts/trainer_script.inc](../blob/master/data/scripts/trainer_scrip ```c EventScript_ObjectApproachPlayer:: lock - special EndTrainerApproach + special DoTrainerApproach waitstate gotonative LoadTrainerObjectScript end |