Fix for Blue Zombie tank :)

This commit is contained in:
Pecusx
2022-08-01 10:12:23 +02:00
parent 8e0aa974e7
commit 2f1f016ce0
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,2 +1,4 @@
*.bak *.bak
scorch.lab
scorch.lst
+2 -2
View File
@@ -702,7 +702,7 @@ GroundHitInSecondLoopR
jmp SecondLoopR jmp SecondLoopR
HitOnLeftSideOfTargetR HitOnLeftSideOfTargetR
; decrease energy (a little) ; decrease energy (a little)
sbw Energy #5 sbw Force #5
NoHitInSecondLoopR NoHitInSecondLoopR
; Angle 1 deg to right and end loop ; Angle 1 deg to right and end loop
dec NewAngle dec NewAngle
@@ -781,7 +781,7 @@ GroundHitInSecondLoopL
jmp SecondLoopL jmp SecondLoopL
HitOnRightSideOfTargetL HitOnRightSideOfTargetL
; decrease energy (a little) ; decrease energy (a little)
sbw Energy #5 sbw Force #5
NoHitInSecondLoopL NoHitInSecondLoopL
; Angle 1 deg to left and end loop ; Angle 1 deg to left and end loop
inc NewAngle inc NewAngle
BIN
View File
Binary file not shown.