diff options
Diffstat (limited to 'docs/event_commands.md')
-rw-r--r-- | docs/event_commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/event_commands.md b/docs/event_commands.md index 63f2819ab..60dacf421 100644 --- a/docs/event_commands.md +++ b/docs/event_commands.md @@ -479,13 +479,13 @@ If <code><i>item_id</i></code> = `USE_SCRIPT_VAR`, then it uses `[wScriptVar]` i ## `$8F`: <code>stopandsjump <i>script</i></code> -## `$90`: `return` +## `$90`: `endcallback` ## `$91`: `end` -## `$92`: <code>reloadandreturn <i>which_method</i></code> +## `$92`: <code>reloadend <i>which_method</i></code> ## `$93`: `endall` |