No AI or Joy symbols after Team game

This commit is contained in:
Pecusx
2025-12-22 11:22:09 +01:00
parent 48ba864b70
commit 8510b5cd5a
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -1699,7 +1699,9 @@ NextChar
adw temp #19 displayposition
jsr displaydec5
mva #0 displayposition ; overwrite first digit
; put AI symbol or joystick
bit TeamGame
bvs TeamsNoJoy
; put AI symbol or joystick only if no Teams
ldx TankNr
ldy SkillTable,x
bne ThisIsAI
@@ -1717,6 +1719,7 @@ NotAItank
tya
ldy #38
sta (temp),y
TeamsNoJoy
; put earned money on the screen
lda EarnedMoneyL,x
sta decimal
BIN
View File
Binary file not shown.