mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +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
|
||||
jsr CalculateExplosionRange
|
||||
|
||||
mva #sfx_dirt_chrg_s sfx_effect
|
||||
mva #sfx_baby_missile sfx_effect
|
||||
|
||||
mva #15 ExplosionRadius
|
||||
; Hoop
|
||||
@@ -2857,7 +2857,11 @@ CheckCollisionWithTankLoop
|
||||
tay
|
||||
lda xtankstableH,x
|
||||
sbc #0
|
||||
bpl GreaterThanZero
|
||||
; bmi ShieldOverLeftEdge ; I do not know whether to check it. Probably not :) !!!
|
||||
ldy #0
|
||||
tya
|
||||
GreaterThanZero
|
||||
cmp xdraw+1
|
||||
bne @+
|
||||
cpy xdraw
|
||||
|
||||
Reference in New Issue
Block a user