diff options
author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2021-06-01 10:17:12 -0600 |
---|---|---|
committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2021-06-01 10:17:12 -0600 |
commit | 343cc0b220e56c0347c61eee32465c1570588f1d (patch) | |
tree | 847e01b067cf2ee529743b91d3efddaf84c8fe3d | |
parent | 1606d2c338477cd3d3b455a38c818d874e38a6cd (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..1305413 100644 --- a/Trainer-Scripts.md +++ b/Trainer-Scripts.md @@ -105,7 +105,7 @@ static u8 CheckTrainer(u8 objectEventId) if (GetHillTrainerFlag(objectEventId)) return 0; } - else + else if (scriptFlag < TRAINER_TYPE_RUN_SCRIPT) { if (GetTrainerFlagFromScriptPointer(scriptPtr)) return 0; |