Option - start after GameOver

This commit is contained in:
Pecusx
2024-12-04 19:32:45 +01:00
parent bd67d662b9
commit 4dc88f53d4
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -251,6 +251,9 @@ gameOver
@ lda RANDOM
and #$07
sta COLPM0
lda CONSOL
and #%00000010 ; SELECT
beq main
jmp @-
;--------------------------------------------------
BIN
View File
Binary file not shown.