diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-26 14:53:00 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-26 14:53:00 -0500 |
commit | ee55ca8e72b49f9bc2aaaebc792e7ade46c754da (patch) | |
tree | fb98f2027533cdb22669641568d0e18e55bbd31e /docs | |
parent | f5ba69f5e504a7601246243f4dbc287d700af2c5 (diff) |
G/S Scripting Compendium link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/event_commands.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/event_commands.md b/docs/event_commands.md index 90e7864cb..8c6d96481 100644 --- a/docs/event_commands.md +++ b/docs/event_commands.md @@ -2,6 +2,8 @@ Defined in [macros/scripts/events.asm](/macros/scripts/events.asm) and [engine/scripting.asm:ScriptCommandTable](/engine/scripting.asm). +Until this document is filled out, the [G/S Scripting Compendium](https://hax.iimarckus.org/files/scriptingcodes_eng.htm) has descriptions for most of these commands. It was written for G/S binary hacking and not Crystal assembly hacking, so it's not 100% accurate for pokecrystal. + ## `$00`: <code>scall <i>script</i></code> |