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 HiScoreCheckWrite
jsr GameOverScreen jsr GameOverScreen
@ lda RANDOM @ lda RANDOM
and #$07 and #%00001110
sta COLPM0 sta COLPF0
lda CONSOL lda CONSOL
and #%00000010 ; SELECT and #%00000010 ; SELECT
beq main beq main
lda TRIG0 ; fire
beq main
jmp @- jmp @-
;-------------------------------------------------- ;--------------------------------------------------
BIN
View File
Binary file not shown.