mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Hovercraft landing fix
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+5
-1
@@ -1059,7 +1059,7 @@ EndOfTheDirt
|
|||||||
mva #36 ExplosionRadius
|
mva #36 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
|
|
||||||
mva #sfx_dirt_chrg_s sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
|
|
||||||
mva #15 ExplosionRadius
|
mva #15 ExplosionRadius
|
||||||
; Hoop
|
; Hoop
|
||||||
@@ -2857,7 +2857,11 @@ CheckCollisionWithTankLoop
|
|||||||
tay
|
tay
|
||||||
lda xtankstableH,x
|
lda xtankstableH,x
|
||||||
sbc #0
|
sbc #0
|
||||||
|
bpl GreaterThanZero
|
||||||
; bmi ShieldOverLeftEdge ; I do not know whether to check it. Probably not :) !!!
|
; bmi ShieldOverLeftEdge ; I do not know whether to check it. Probably not :) !!!
|
||||||
|
ldy #0
|
||||||
|
tya
|
||||||
|
GreaterThanZero
|
||||||
cmp xdraw+1
|
cmp xdraw+1
|
||||||
bne @+
|
bne @+
|
||||||
cpy xdraw
|
cpy xdraw
|
||||||
|
|||||||
Reference in New Issue
Block a user