diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 16:08:43 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 16:08:43 -0500 |
commit | ead103d2c6d21cd4774e5c32b9c66f9435f7adbb (patch) | |
tree | 2eb0fb2875fe9597167e83f88d5f8db287983292 /docs/event_commands.md | |
parent | 8f2878c37e6755a4ac41ea65568bbfabd77bbe83 (diff) |
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #440)
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 91486ad06..90e7864cb 100644 --- a/docs/event_commands.md +++ b/docs/event_commands.md @@ -165,7 +165,7 @@ Defined in [macros/scripts/events.asm](/macros/scripts/events.asm) and [engine/s ## `$4E`: `yesorno` -## `$4F`: <code>loadmenudata <i>data_pointer</i></code> +## `$4F`: <code>loadmenuheader <i>menu_header</i></code> ## `$50`: `closewindow` |