You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
text_linkpromptbutton -> text_waitbutton
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user