diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:39:29 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:40:36 -0400 |
commit | 9c2be80bf3fbdac6505787b00da0f4ff71839a05 (patch) | |
tree | 02483fc07e60d64a4b526ce8b402f26960ad33b2 /macros/scripts | |
parent | 8a79315635ee9ebb6eed5c9648fe89746085d0b1 (diff) |
text_linkpromptbutton -> text_waitbutton
Fixes #260
Diffstat (limited to 'macros/scripts')
-rwxr-xr-x | macros/scripts/text.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/scripts/text.asm b/macros/scripts/text.asm index 4bf2c1bc..efecdd1c 100755 --- a/macros/scripts/text.asm +++ b/macros/scripts/text.asm @@ -92,9 +92,9 @@ text_dots: MACRO db \1 ; number of ellipses to draw 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_POKEDEX_RATING ; $0e |