diff --git a/AB_BEWE.ATR b/AB_BEWE.ATR index bba40af..43acd9c 100644 Binary files a/AB_BEWE.ATR and b/AB_BEWE.ATR differ diff --git a/averybreakout.asm b/averybreakout.asm index d1b4700..dd46c77 100644 --- a/averybreakout.asm +++ b/averybreakout.asm @@ -1065,6 +1065,17 @@ clearDeadLoop lda #"0" ; 0 character code sta score+3 inc score+2 + ; bonus !!! :) + lda Lives + cmp #"9" + beq noLivesUP + inc Lives + mva #05 sfx_effect + mva #$ff COLBAKS + pause 2 ; sorry + inc COLBAKS +noLivesUP + ;---------- lda score+2 cmp #"9"+1 ; 9+1 character code bne ScoreReady diff --git a/averybreakout.xex b/averybreakout.xex index 21cc3de..659582f 100644 Binary files a/averybreakout.xex and b/averybreakout.xex differ