Mountains avialiable in shadows of GREY.

This commit is contained in:
Pecusx
2022-11-30 18:40:06 +01:00
parent 05f3f32f00
commit 38ba45001a
9 changed files with 40 additions and 20 deletions
+7 -4
View File
@@ -102,11 +102,13 @@ CheckNextTankBFG
mva #17 ExplosionRadius
jsr xmissile
; soil must fall down now! there is no other way...
jsr SecondRepeat
/* ; soil must fall down now! there is no other way...
; hide tanks or they fall down with soil
jsr SoilDown2
; it looks like force is divided by 4 here BUT"
; it looks like force is divided by 4 here BUT"
; in Flight routine force is multiplied by 2 and left
; so, we have Force divided by 2 here (not accurately)
lsr Force+1
@@ -123,8 +125,9 @@ CheckNextTankBFG
mva #15 ExplosionRadius
jsr CalculateExplosionRange0
mva #sfx_baby_missile sfx_effect
jsr xmissile.NoRangeCalc
jsr xmissile.NoRangeCalc */
SecondRepeat
; soil must fall down now! there is no other way...
; hide tanks or they fall down with soil
jsr SoilDown2
@@ -142,7 +145,7 @@ CheckNextTankBFG
jsr Flight
lda HitFlag
beq EndOfLeapping
mva #13 ExplosionRadius
mva #14 ExplosionRadius
jsr CalculateExplosionRange0
mva #sfx_baby_missile sfx_effect
jmp xmissile.NoRangeCalc