NO_TEXT_SCROLL flag in Options

This commit is contained in:
yenatch 2013-12-18 18:04:55 -05:00
parent 5613563d1d
commit 0a53612f69
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,9 @@ BOXMON EQU 2
WILDMON EQU 4
; Options: ; cfcc
BATTLE_SHIFT EQU 6
BATTLE_SCENE EQU 7
NO_TEXT_SCROLL EQU 4
BATTLE_SHIFT EQU 6
BATTLE_SCENE EQU 7
; WalkingDirection: ; d043
STANDING EQU -1

View File

@ -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?