No SFX on titles. ATRs update (Editor)

This commit is contained in:
Pecusx
2024-12-10 09:13:58 +01:00
parent 105fe883a5
commit 94185b449e
4 changed files with 6 additions and 3 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+6 -3
View File
@@ -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
BIN
View File
Binary file not shown.