diff options
Diffstat (limited to 'macros')
-rw-r--r-- | macros/legacy.asm | 6 | ||||
-rw-r--r-- | macros/scripts/text.asm | 6 |
2 files changed, 6 insertions, 6 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" diff --git a/macros/scripts/text.asm b/macros/scripts/text.asm index bb1701f8..67acf3e7 100644 --- a/macros/scripts/text.asm +++ b/macros/scripts/text.asm @@ -84,9 +84,9 @@ text_dots: MACRO db \1 ENDM - enum TX_LINK_PROMPT_BUTTON ; $0d -text_linkpromptbutton: MACRO - db TX_LINK_PROMPT_BUTTON + enum TX_WAIT_BUTTON ; $0d +text_waitbutton: MACRO + db TX_WAIT_BUTTON ENDM enum TX_SOUND_DEX_FANFARE_20_49 ; $0e |