mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Self-destruction of shielded tank at angle 0-4. fixed! - again!
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+1
-1
@@ -2936,7 +2936,7 @@ CheckCollisionWithTankLoop
|
|||||||
lda ytankstable,x
|
lda ytankstable,x
|
||||||
cmp ydraw ; check range
|
cmp ydraw ; check range
|
||||||
bcc BelowTheTank ;(ytankstable,ytankstable+3)
|
bcc BelowTheTank ;(ytankstable,ytankstable+3)
|
||||||
sbc #4 ; we must rewrite EndOfTheBarrelY table or remove Y correction completely to "bold" tank !!!
|
sbc #3 ; hitbox height
|
||||||
cmp ydraw
|
cmp ydraw
|
||||||
bcs OverTheTank
|
bcs OverTheTank
|
||||||
; with or without shield ?
|
; with or without shield ?
|
||||||
|
|||||||
Reference in New Issue
Block a user