diff --git a/averybreakout.asm b/averybreakout.asm index 0feff71..b4d88c6 100644 --- a/averybreakout.asm +++ b/averybreakout.asm @@ -251,6 +251,9 @@ gameOver @ lda RANDOM and #$07 sta COLPM0 + lda CONSOL + and #%00000010 ; SELECT + beq main jmp @- ;-------------------------------------------------- diff --git a/averybreakout.xex b/averybreakout.xex index 650899f..ac1e9dd 100644 Binary files a/averybreakout.xex and b/averybreakout.xex differ