mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
No SoilDown after WhiteFlag bug fixed
This commit is contained in:
+1
-3
@@ -206,9 +206,7 @@ disktance ;tanks distance
|
|||||||
.by screenwidth/5
|
.by screenwidth/5
|
||||||
.by screenwidth/6
|
.by screenwidth/6
|
||||||
.by screenwidth/7
|
.by screenwidth/7
|
||||||
.by screenwidth/8
|
;max number of players=6 :)
|
||||||
.by screenwidth/9
|
|
||||||
;max number of players=8 :)
|
|
||||||
|
|
||||||
; this table is for deciding where a tank should slide
|
; this table is for deciding where a tank should slide
|
||||||
; accordingly to what is below the tank
|
; accordingly to what is below the tank
|
||||||
|
|||||||
@@ -404,6 +404,7 @@ ShootAtomicWinter
|
|||||||
ShootWhiteFlag
|
ShootWhiteFlag
|
||||||
; --- white flag ---
|
; --- white flag ---
|
||||||
jsr WhiteFlag
|
jsr WhiteFlag
|
||||||
|
jsr TankFlying.SoilDownAfterLanding ; Soildown like after Hovercraf landing :)
|
||||||
jmp NextPlayerShoots ; and we skip shoot
|
jmp NextPlayerShoots ; and we skip shoot
|
||||||
GoFloat
|
GoFloat
|
||||||
jsr TankFlying
|
jsr TankFlying
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -2955,6 +2955,7 @@ OnGround
|
|||||||
lda FloatingAlt
|
lda FloatingAlt
|
||||||
cmp #18
|
cmp #18
|
||||||
beq NotHighest
|
beq NotHighest
|
||||||
|
SoilDownAfterLanding
|
||||||
jsr ClearScreenSoilRange
|
jsr ClearScreenSoilRange
|
||||||
NotHighest
|
NotHighest
|
||||||
; calculate range
|
; calculate range
|
||||||
|
|||||||
Reference in New Issue
Block a user