diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 01:40:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 02:27:42 -0500 |
commit | d83aefb30af180eae03bbd65878e8de45166f3d0 (patch) | |
tree | 403ca7f5d1ba0428dc542d268efebc0f6f0bf0cb /docs/event_commands.md | |
parent | b23085f526fab9c72d8851e1aba41a27f8ba7e14 (diff) |
Use more constants in scripts
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 b4314bd24..dfbe943f1 100644 --- a/docs/event_commands.md +++ b/docs/event_commands.md @@ -133,7 +133,7 @@ Defined in [macros/scripts/events.asm](/macros/scripts/events.asm) and [engine/s ## `$3E`: `readcoins` *memory* -## `$3F`: `RAM2MEM` *memory* +## `$3F`: `vartomem` *memory* ## `$40`: `pokenamemem` *mon_id*, *memory* @@ -151,7 +151,7 @@ Defined in [macros/scripts/events.asm](/macros/scripts/events.asm) and [engine/s ## `$47`: `opentext` -## `$48`: `refreshscreen` *dummy* +## `$48`: `refreshscreen` [*dummy*=0] ## `$49`: `closetext` |