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