mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Start + Option - Game Over
This commit is contained in:
@@ -1188,6 +1188,9 @@ notpressed
|
||||
; Select and Option
|
||||
lda CONSOL
|
||||
tay
|
||||
and #%00000101 ; Start + Option
|
||||
beq QuitToGameover
|
||||
tya
|
||||
and #%00000100
|
||||
beq callActivation ; Option key
|
||||
tya
|
||||
@@ -1208,6 +1211,7 @@ notpressed
|
||||
bit escFlag
|
||||
bpl notpressed
|
||||
;---O pressed-quit game to game over screen---
|
||||
QuitToGameover
|
||||
mva #$40 escFlag
|
||||
rts
|
||||
@
|
||||
|
||||
Reference in New Issue
Block a user