mirror of
https://github.com/pkali/Avery_Breakout.git
synced 2026-05-20 22:33:55 +02:00
No SFX on titles. ATRs update (Editor)
This commit is contained in:
BIN
Binary file not shown.
+6
-3
@@ -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
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user