No SoilDown after WhiteFlag bug fixed

This commit is contained in:
Pecusx
2023-05-15 22:54:24 +02:00
parent 2577b71e01
commit d54d630b4d
5 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -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
+1
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1
View File
@@ -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