diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:59:53 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:59:53 -0400 |
commit | f187d162585434d91e4ef6d8a6e831bb127ebad2 (patch) | |
tree | 786ea370914c6fbdff9bdcb82ac4baefc1d054c4 /macros/legacy.asm | |
parent | a1e155f0d5054cfda18bd09cf8d434124f4caa5f (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 3f9fad20..016f0eff 100644 --- a/macros/legacy.asm +++ b/macros/legacy.asm @@ -316,9 +316,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" |