Team symbol on the player name entry screen (difficulty level).

This commit is contained in:
Pecusx
2026-01-05 11:39:54 +01:00
parent e0008e1de1
commit 200ce4e57d
8 changed files with 14 additions and 4 deletions
+12 -2
View File
@@ -1157,8 +1157,18 @@ NoTeamColors
lda skillTable,x
sta difficultyLevel
lda digits+1,x
sta NameScreen2+7
sta NameScreen2+8
ldy #0 ; no team game
bit TeamGame
bvc NoTeams
ldy #"A"
txa
and #%00000001
beq NoBTeam
iny
NoBTeam
NoTeams
sty NameScreen2+7
; copy existing name and place cursor at end
txa ; TankNr
:3 asl