diff options
author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2021-06-01 07:14:40 -0600 |
---|---|---|
committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2021-06-01 07:14:40 -0600 |
commit | 1173658ba2f22f9b340cb4dd6f4cf50aa516bae0 (patch) | |
tree | 9d22930d497656930eebad3ac3bdff85865e53df | |
parent | 5a67295b8b1786a603b9fa948583da24e696b5f9 (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 7d7f411..c80aa7e 100644 --- a/Trainer-Scripts.md +++ b/Trainer-Scripts.md @@ -121,7 +121,7 @@ static u8 CheckTrainer(u8 objectEventId) { // TRAINER_TYPE_RUN_SCRIPT FlagSet(scriptFlag); - ret = 0xFF; + return 0xFF; } else { |