mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 14:49:40 +02:00
Battery power fix
This commit is contained in:
BIN
Binary file not shown.
+1
-1
@@ -852,8 +852,8 @@ invSelectDef
|
|||||||
bne NotBattery
|
bne NotBattery
|
||||||
; if activate battery, we do it differently
|
; if activate battery, we do it differently
|
||||||
mva #sfx_battery sfx_effect
|
mva #sfx_battery sfx_effect
|
||||||
mva #99 Energy,x
|
|
||||||
phy
|
phy
|
||||||
|
mva #99 Energy,x
|
||||||
jsr MaxForceCalculate
|
jsr MaxForceCalculate
|
||||||
ply
|
ply
|
||||||
jmp DecreaseDefensive ; bypass activation
|
jmp DecreaseDefensive ; bypass activation
|
||||||
|
|||||||
@@ -861,6 +861,7 @@ dirtLoop
|
|||||||
lda radius
|
lda radius
|
||||||
cmp ExplosionRadius
|
cmp ExplosionRadius
|
||||||
bne dirtLoop
|
bne dirtLoop
|
||||||
|
mva #sfx_silencer sfx_effect
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
; -----------------
|
; -----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user