From f5c9958aeaefde7f189402911f8ee1c54e6a2439 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 10 Mar 2019 16:39:31 -0400 Subject: Rename some call/jump script commands to avoid confusion with jr/jp asm instructions Fixes #580 --- docs/event_commands.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/event_commands.md') diff --git a/docs/event_commands.md b/docs/event_commands.md index cd18a1e2d..4947d0971 100644 --- a/docs/event_commands.md +++ b/docs/event_commands.md @@ -11,16 +11,16 @@ Until this document is filled out, the [G/S Scripting Compendium](https://hax.ii ## `$01`: farscall script -## `$02`: ptcall script +## `$02`: memcall script -## `$03`: jump script +## `$03`: sjump script -## `$04`: farjump script +## `$04`: farsjump script -## `$05`: ptjump script +## `$05`: memjump script ## `$06`: ifequal byte, script @@ -53,7 +53,7 @@ Until this document is filled out, the [G/S Scripting Compendium](https://hax.ii ## `$0F`: special special_pointer -## `$10`: ptcallasm asm +## `$10`: memcallasm asm ## `$11`: checkmapscene map @@ -468,13 +468,13 @@ If item_id = `USE_SCRIPT_VAR`, then it uses `[wScriptVar]` i ## `$8C`: deactivatefacing length -## `$8D`: priorityjump script +## `$8D`: prioritysjump script ## `$8E`: `warpcheck` -## `$8F`: ptpriorityjump script +## `$8F`: stopandsjump script ## `$90`: `return` -- cgit v1.2.3