diff --git a/scorch.bin b/scorch.bin index cc674f0..e6cff53 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index d352211..acac694 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index bdb1dde..0e36ab0 100644 --- a/weapons.asm +++ b/weapons.asm @@ -2936,7 +2936,7 @@ CheckCollisionWithTankLoop lda ytankstable,x cmp ydraw ; check range 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 bcs OverTheTank ; with or without shield ?