mirror of
https://github.com/pkali/Avery_Breakout.git
synced 2026-05-20 22:33:55 +02:00
Fire - exit game over screen
This commit is contained in:
+4
-2
@@ -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 @-
|
||||
|
||||
;--------------------------------------------------
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user