Increased waiting time before reset after gameover

This commit is contained in:
giomba 2017-12-21 17:31:53 +01:00
parent f528c5f22a
commit e479dcb5fe
1 changed files with 4 additions and 0 deletions

View File

@ -430,6 +430,10 @@ gameover:
ldx #$ff
ldy #$ff
gameoverLoop:
nop
nop
nop
nop
dex
bne gameoverLoop
dey