Self-destruction of shielded tank at angle 0-4. fixed! - again!

This commit is contained in:
Pecusx
2022-12-13 17:47:42 +01:00
parent 54f04ed962
commit b7a5e7c9b5
3 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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 ?