diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-11-11 17:07:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-11 17:07:17 -0500 |
commit | ffd2b709023d4466c29a228b631db06284e04891 (patch) | |
tree | d2db5b0200e7a5fe783143e6f2cdbd2fd6a1fca2 /macros/legacy.asm | |
parent | ab2f46baefda1eac7d2e71929f17525f2a4a5afd (diff) | |
parent | a469a92c2633665c011e5c540e1cc593544abe11 (diff) |
Merge pull request #573 from mid-kid/master
text_jump → text_far
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r-- | macros/legacy.asm | 3 |
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" |