WIP: sfx 09

This commit is contained in:
2022-05-08 09:17:48 -04:00
parent 08964e2f68
commit 676dbe2877
5 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1138,7 +1138,7 @@ getkey .proc; waits for pressing a key and returns pressed value in A
cmp #$ff
beq checkJoyGetKey ; key not pressed, check Joy
mva #sfx_key sfx_effect
mva #sfx_keyclick sfx_effect
lda kbcode
and #$3f ;CTRL and SHIFT ellimination
rts
@@ -1211,7 +1211,7 @@ TankFont
.ECHO 'PLAYER: ',*
icl 'artwork/sfx/rmtplayr_game.asm'
opt h- ;RMT module is standard Atari binary file already
ins "artwork/sfx/scorch_trial07_stripped.rmt" ;include music RMT module
ins "artwork/sfx/scorch_trial09_stripped.rmt" ;include music RMT module
opt h+
;
;