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 :(
|
; sbw #$ffff dy dy ;this does not compile :(
|
||||||
negw dY
|
negw dY
|
||||||
mva #maxLines+margin-2 ypos+1
|
mva #maxLines+margin-2 ypos+1
|
||||||
|
bit LevelType
|
||||||
|
bmi noPingSFX ; no SFX on title screen
|
||||||
mva #sfx_ping sfx_effect
|
mva #sfx_ping sfx_effect
|
||||||
|
noPingSFX
|
||||||
|
|
||||||
|
|
||||||
noBottom
|
noBottom
|
||||||
@@ -864,8 +865,10 @@ dXlower
|
|||||||
sta dyTableL,x
|
sta dyTableL,x
|
||||||
|
|
||||||
;pong
|
;pong
|
||||||
|
bit LevelType
|
||||||
|
bmi noPongSFX ; no SFX on title screen
|
||||||
mva #sfx_pong sfx_effect
|
mva #sfx_pong sfx_effect
|
||||||
|
noPongSFX
|
||||||
noCollision
|
noCollision
|
||||||
noMoreSlots
|
noMoreSlots
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user