diff options
-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 { |