diff --git a/AB.ATR b/AB.ATR index 02d048e..c1d2d9e 100644 Binary files a/AB.ATR and b/AB.ATR differ diff --git a/AB_BEWE.ATR b/AB_BEWE.ATR index d72ed73..f8656ad 100644 Binary files a/AB_BEWE.ATR and b/AB_BEWE.ATR differ diff --git a/averybreakout.asm b/averybreakout.asm index 201b8c5..28adae9 100644 --- a/averybreakout.asm +++ b/averybreakout.asm @@ -642,9 +642,10 @@ bottomBounce ; sbw #$ffff dy dy ;this does not compile :( negw dY mva #maxLines+margin-2 ypos+1 - + bit LevelType + bmi noPingSFX ; no SFX on title screen mva #sfx_ping sfx_effect - +noPingSFX noBottom @@ -864,8 +865,10 @@ dXlower sta dyTableL,x ;pong + bit LevelType + bmi noPongSFX ; no SFX on title screen mva #sfx_pong sfx_effect - +noPongSFX noCollision noMoreSlots diff --git a/averybreakout.xex b/averybreakout.xex index 9ad670b..21cc3de 100644 Binary files a/averybreakout.xex and b/averybreakout.xex differ