build 140

This commit is contained in:
2022-05-15 23:21:47 -04:00
parent 08f7680563
commit 68bf4a9541
8 changed files with 48 additions and 36 deletions
+3 -2
View File
@@ -692,6 +692,7 @@ dirtLoop
; -----------------
.proc xriotbomb ;
; -----------------
mva #sfx_riot_blast sfx_effect
lda #0
sta radius
sta color
@@ -1005,7 +1006,7 @@ ContinueToCheckMaxForce2
; $f3 - shift+key
notpressed
lda TRIG0
lda TRIG0S
beq notpressed
lda SKSTAT
cmp #$ff
@@ -1050,7 +1051,7 @@ checkJoy
jmp jumpFromStick
notpressedJoy
;fire
lda TRIG0
lda TRIG0S
jeq pressedSpace
jmp notpressed