summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghoulslash <41651341+ghoulslash@users.noreply.github.com>2021-06-01 07:15:38 -0600
committerghoulslash <41651341+ghoulslash@users.noreply.github.com>2021-06-01 07:15:38 -0600
commit1606d2c338477cd3d3b455a38c818d874e38a6cd (patch)
treed5592af07c3d305b6c6486b2432432d5b8423c96
parent1173658ba2f22f9b340cb4dd6f4cf50aa516bae0 (diff)
Updated Trainer Scripts (markdown)
-rw-r--r--Trainer-Scripts.md2
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
{