summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-18 18:04:55 -0500
committeryenatch <yenatch@gmail.com>2013-12-18 18:04:55 -0500
commit0a53612f6901e2e40b24c50f140cf386f5481625 (patch)
treee11ee385df410041e705561de4b40b8cb6ad5534 /home.asm
parent5613563d1df79dbb6af07f37ca79a3daea5c1410 (diff)
NO_TEXT_SCROLL flag in Options
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index f25db6bf7..9143b2266 100644
--- a/home.asm
+++ b/home.asm
@@ -325,9 +325,8 @@ PrintLetterDelay: ; 313d
; $cfcf[!0] and A or B override text speed with a one-frame delay.
; Options[4] and $cfcf[!1] disable the delay.
-; delay off?
ld a, [Options]
- bit 4, a
+ bit NO_TEXT_SCROLL, a
ret nz
; non-scrolling text?