mirror of
https://github.com/pkali/Avery_Breakout.git
synced 2026-05-20 22:33:55 +02:00
Option - start after GameOver
This commit is contained in:
@@ -251,6 +251,9 @@ gameOver
|
|||||||
@ lda RANDOM
|
@ lda RANDOM
|
||||||
and #$07
|
and #$07
|
||||||
sta COLPM0
|
sta COLPM0
|
||||||
|
lda CONSOL
|
||||||
|
and #%00000010 ; SELECT
|
||||||
|
beq main
|
||||||
jmp @-
|
jmp @-
|
||||||
|
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user