Fire - exit game over screen

This commit is contained in:
Pecusx
2024-12-04 22:29:43 +01:00
parent ca2558bd52
commit 958f255033
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -294,11 +294,13 @@ gameOver
jsr HiScoreCheckWrite
jsr GameOverScreen
@ lda RANDOM
and #$07
sta COLPM0
and #%00001110
sta COLPF0
lda CONSOL
and #%00000010 ; SELECT
beq main
lda TRIG0 ; fire
beq main
jmp @-
;--------------------------------------------------
BIN
View File
Binary file not shown.