; $cfcf[!0] and A or B override text speed with a one-frame delay.
; Options[4] and $cfcf[!1] disable the delay.
; delay off?
lda,[Options]
bit4,a
bitNO_TEXT_SCROLL,a
retnz
; non-scrolling text?
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.