diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 12:48:54 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 12:48:54 -0500 |
commit | 4aeab6b87901a3571b105564576ac356ca527172 (patch) | |
tree | 26e986069d9eb4e58a98a9088ee84235c705fb4f /macros/legacy.asm | |
parent | 5134266b9a4570f69df5e9bc8a0d91a116da796c (diff) |
Rename buttonsound to promptbutton
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r-- | macros/legacy.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm index ff20c5235..7192195fc 100644 --- a/macros/legacy.asm +++ b/macros/legacy.asm @@ -96,6 +96,7 @@ loadmenuheader EQUS "loadmenu" writebackup EQUS "closewindow" interpretmenu EQUS "_2dmenu" interpretmenu2 EQUS "verticalmenu" +buttonsound EQUS "promptbutton" battlecheck EQUS "randomwildmon" loadtrainerdata EQUS "loadtemptrainer" loadpokedata EQUS "loadwildmon" @@ -231,7 +232,9 @@ start_asm EQUS "text_asm" deciram EQUS "text_decimal" interpret_data EQUS "text_pause" limited_interpret_data EQUS "text_dots" -link_wait_button EQUS "text_linkwaitbutton" +text_waitbutton EQUS "text_promptbutton" +link_wait_button EQUS "text_linkpromptbutton" +text_linkwaitbutton EQUS "text_linkpromptbutton" current_day EQUS "text_today" text_jump EQUS "text_far" |