Quick exit reaction

This commit is contained in:
Pecusx
2023-05-18 20:47:50 +02:00
parent 13a5bd05df
commit 7c482d798c
5 changed files with 84 additions and 23 deletions
+12
View File
@@ -317,6 +317,18 @@ MakeDarkScreen
rts
.endp
;--------------------------------------------------
.proc CheckExitKeys
;--------------------------------------------------
; Checks keyboard and sets appropriate flags for exit procedures
; If START+OPTION is pressed - exit to GameOver screen
; If 'O' key is pressed - displays "Are you sure?" and - exit to GameOver screen
; If 'Esc' key is pressed - displays "Are you sure?" and - exit to Menu screen
; Just setting the right flags!!!
rts
;
.endp
;--------------------------------------------------
.proc ShellDelay
ldx flyDelay