diff --git a/Atari/textproc.asm b/Atari/textproc.asm index f6581b4..3ae604d 100644 --- a/Atari/textproc.asm +++ b/Atari/textproc.asm @@ -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 diff --git a/scorch.xex b/scorch.xex index 8e43269..cca4784 100644 Binary files a/scorch.xex and b/scorch.xex differ