summaryrefslogtreecommitdiff
path: root/macros/legacy.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-11-11 17:07:17 -0500
committerGitHub <noreply@github.com>2018-11-11 17:07:17 -0500
commitffd2b709023d4466c29a228b631db06284e04891 (patch)
treed2db5b0200e7a5fe783143e6f2cdbd2fd6a1fca2 /macros/legacy.asm
parentab2f46baefda1eac7d2e71929f17525f2a4a5afd (diff)
parenta469a92c2633665c011e5c540e1cc593544abe11 (diff)
Merge pull request #573 from mid-kid/master
text_jump → text_far
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r--macros/legacy.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm
index 7f53dd565..ceb944e85 100644
--- a/macros/legacy.asm
+++ b/macros/legacy.asm
@@ -164,3 +164,6 @@ step_sleep_5 EQUS "step_sleep 5"
step_sleep_6 EQUS "step_sleep 6"
step_sleep_7 EQUS "step_sleep 7"
step_sleep_8 EQUS "step_sleep 8"
+
+; macros/scripts/text.asm
+text_jump EQUS "text_far"