diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:55:31 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:55:31 -0400 |
commit | b3bd6823660a9d5e73b7293df9461bb9f08fa989 (patch) | |
tree | aed87d921d5e27c621805089fd9163b35e7e8e21 /macros/legacy.asm | |
parent | 6cdcde8b498bf9c771042814d06ab19cf887c741 (diff) |
text_linkpromptbutton -> text_waitbutton
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r-- | macros/legacy.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm index ed75715b9..c85016bbf 100644 --- a/macros/legacy.asm +++ b/macros/legacy.asm @@ -317,9 +317,9 @@ start_asm EQUS "text_asm" deciram EQUS "text_decimal" interpret_data EQUS "text_pause" limited_interpret_data EQUS "text_dots" -text_waitbutton EQUS "text_promptbutton" -link_wait_button EQUS "text_linkpromptbutton" -text_linkwaitbutton EQUS "text_linkpromptbutton" +link_wait_button EQUS "text_waitbutton" +text_linkwaitbutton EQUS "text_waitbutton" +text_linkpromptbutton EQUS "text_waitbutton" current_day EQUS "text_today" text_jump EQUS "text_far" |