diff --git a/scorch.xex b/scorch.xex index 8ec3d47..60ef79d 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/textproc.asm b/textproc.asm index 07b5289..7e6d26b 100644 --- a/textproc.asm +++ b/textproc.asm @@ -852,8 +852,8 @@ invSelectDef bne NotBattery ; if activate battery, we do it differently mva #sfx_battery sfx_effect - mva #99 Energy,x phy + mva #99 Energy,x jsr MaxForceCalculate ply jmp DecreaseDefensive ; bypass activation diff --git a/weapons.asm b/weapons.asm index e7223b8..a45c668 100644 --- a/weapons.asm +++ b/weapons.asm @@ -861,6 +861,7 @@ dirtLoop lda radius cmp ExplosionRadius bne dirtLoop + mva #sfx_silencer sfx_effect rts .endp ; -----------------