mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 22:30:59 +00:00
.
This commit is contained in:
parent
cb1b6a8ff7
commit
6868fe2403
@ -175,11 +175,11 @@ WaitForKeyFor30Seconds
|
|||||||
bne + ; reset (may be used as a pseudorandom
|
bne + ; reset (may be used as a pseudorandom
|
||||||
inc RNDSEED ; seed)
|
inc RNDSEED ; seed)
|
||||||
+
|
+
|
||||||
dec Timeout ; these are a 3-byte timeout counter
|
dec Timeout
|
||||||
bne @loop ; that counts down from a number set
|
bne @loop
|
||||||
dec Timeout+1 ; in .ResetInputTimeout and reset
|
dec Timeout+1
|
||||||
bne @loop ; on every keypress (whether or not
|
bne @loop
|
||||||
dec Timeout+2 ; the key leads to an action)
|
dec Timeout+2
|
||||||
bne @loop
|
bne @loop
|
||||||
; execution falls through here
|
; execution falls through here
|
||||||
CoverFade
|
CoverFade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user