Instant text speed + Roof colors

Added instant text speed and changed ruins of alph and silent hills's roof palettes
This commit is contained in:
Zeta_Null 2023-10-20 14:33:35 -04:00
parent 55f4427fc1
commit f7d3f9b08d
5 changed files with 31 additions and 12 deletions

View file

@ -30,6 +30,7 @@ PrintLetterDelay::
; text speed
ld a, [wOptions]
and %111
jr z, .end
jr .updatedelay
.fast

View file

@ -483,9 +483,16 @@ _ContText::
ld a, [wLinkMode]
or a
call z, UnloadBlinkingCursor
; fallthrough
jr _ContTextNoPause.not_instant
_ContTextNoPause::
ld a, [wOptions]
and TEXT_DELAY_MASK
cp TEXT_DELAY_FAST
jr nz, .not_instant
ld c, 15
call DelayFrames
.not_instant
push de
call TextScroll
call TextScroll