summaryrefslogtreecommitdiff
path: root/macros/legacy.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-11-17 13:33:03 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-11-18 12:41:11 -0500
commit3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2 (patch)
treef71e627c4af610124b7f77cc4a9c2dad2adf02f6 /macros/legacy.asm
parentc05a2d255befc2d3b7fdf3c5375fa9a015c13632 (diff)
Resolve issue #575: Rename text commands
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r--macros/legacy.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm
index ceb944e85..8be6b3798 100644
--- a/macros/legacy.asm
+++ b/macros/legacy.asm
@@ -166,4 +166,11 @@ step_sleep_7 EQUS "step_sleep 7"
step_sleep_8 EQUS "step_sleep 8"
; macros/scripts/text.asm
-text_jump EQUS "text_far"
+text_from_ram EQUS "text_ram"
+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"
+current_day EQUS "text_today"
+text_jump EQUS "text_far"