diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-04-01 17:01:51 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-04-01 17:01:51 +0200 |
commit | 91a768b24343ffabbe5ab4084451d1e3ecbc306b (patch) | |
tree | 02b9b8947426994b606475f50d9f05bc1a46a382 /docs/event_commands.md | |
parent | 05ba221eb53472d9c617d96a6aaed9c2e87e2ad7 (diff) |
Update file paths in constants/ and docs/
Diffstat (limited to 'docs/event_commands.md')
-rw-r--r-- | docs/event_commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/event_commands.md b/docs/event_commands.md index bb6d4def4..5eaf1d778 100644 --- a/docs/event_commands.md +++ b/docs/event_commands.md @@ -1,6 +1,6 @@ # Event Commands -Defined in [macros/scripts/events.asm](/macros/scripts/events.asm) and [engine/scripting.asm:ScriptCommandTable](/engine/scripting.asm). +Defined in [macros/scripts/events.asm](/macros/scripts/events.asm) and [engine/overworld/scripting.asm:ScriptCommandTable](/engine/overworld/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. |