Meteors only in the cartridge version. Rounds without meteors.

This commit is contained in:
Pecusx
2023-09-04 09:25:22 +02:00
parent 08a895c7fe
commit fb0a4baaa9
6 changed files with 14 additions and 5 deletions
+7 -2
View File
@@ -258,6 +258,9 @@ noRandomMountains
jsr drawtanks ;finally draw tanks
mva #$00 TankSequencePointer
lda random
sta MeteorsRound ; Turns meteors on or off during the next round.
;---------round screen is ready---------
mva #TextForegroundColor COLOR1 ; status line "on"
@@ -360,9 +363,11 @@ CheckNextTankAD
jsr RandomizeForce.LimitForce
jsr PutTankNameOnScreen
; jsr DisplayStatus ; There is no need anymore, it is always after PutTankNameOnScreen
bit MeteorsRound
bmi @+
mva #0 MeteorsFlag
@
lda SkillTable,x
beq ManualShooting