mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-10 08:31:12 +00:00
.
This commit is contained in:
parent
441a8f27f5
commit
c67e8996bc
@ -27,10 +27,9 @@ ExecuteTransitionAndWait
|
||||
bpl -
|
||||
+ lda KBD
|
||||
cmp #$95
|
||||
bne ConvenientlyPlacedRTS
|
||||
bne WAITRTS
|
||||
bit CLEARKBD
|
||||
ConvenientlyPlacedRTS
|
||||
rts
|
||||
WAITRTS rts
|
||||
|
||||
; /!\ keep this last in the file to ensure it doesn't cross a page boundary /!\
|
||||
;------------------------------------------------------------------------------
|
||||
@ -49,7 +48,7 @@ WaitForKeyFor30Seconds
|
||||
sta Timeout+2
|
||||
@loop
|
||||
lda KBD
|
||||
bmi ConvenientlyPlacedRTS
|
||||
bmi WAITRTS
|
||||
|
||||
inc RNDSEED+1 ; these are only ever incremented, never
|
||||
bne + ; reset (may be used as a pseudorandom
|
||||
|
Loading…
x
Reference in New Issue
Block a user