diff --git a/averybreakout.asm b/averybreakout.asm index f82ccba..9eddcbe 100644 --- a/averybreakout.asm +++ b/averybreakout.asm @@ -642,6 +642,9 @@ bottomBounce ; sbw #$ffff dy dy ;this does not compile :( negw dY mva #maxLines+margin-2 ypos+1 + + mva #sfx_ping sfx_effect + noBottom @@ -860,6 +863,8 @@ dXlower lda random sta dyTableL,x + ;pong + mva #sfx_pong sfx_effect noCollision noMoreSlots diff --git a/averybreakout.xex b/averybreakout.xex index ea9bc22..a6a3aa4 100644 Binary files a/averybreakout.xex and b/averybreakout.xex differ