summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/event_commands.md4
-rw-r--r--docs/map_event_scripts.md2
2 files changed, 3 insertions, 3 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`
diff --git a/docs/map_event_scripts.md b/docs/map_event_scripts.md
index b748adefb..f85d6a9fc 100644
--- a/docs/map_event_scripts.md
+++ b/docs/map_event_scripts.md
@@ -68,7 +68,7 @@
.Boulders:
writecmdqueue .BoulderCmdQueue
- return
+ endcallback
.BoulderCmdQueue:
cmdqueue CMDQUEUE_STONETABLE, .BoulderTable