mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 21:35:16 +02:00
No AI or Joy symbols after Team game
This commit is contained in:
+4
-1
@@ -1699,7 +1699,9 @@ NextChar
|
|||||||
adw temp #19 displayposition
|
adw temp #19 displayposition
|
||||||
jsr displaydec5
|
jsr displaydec5
|
||||||
mva #0 displayposition ; overwrite first digit
|
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
|
ldx TankNr
|
||||||
ldy SkillTable,x
|
ldy SkillTable,x
|
||||||
bne ThisIsAI
|
bne ThisIsAI
|
||||||
@@ -1717,6 +1719,7 @@ NotAItank
|
|||||||
tya
|
tya
|
||||||
ldy #38
|
ldy #38
|
||||||
sta (temp),y
|
sta (temp),y
|
||||||
|
TeamsNoJoy
|
||||||
; put earned money on the screen
|
; put earned money on the screen
|
||||||
lda EarnedMoneyL,x
|
lda EarnedMoneyL,x
|
||||||
sta decimal
|
sta decimal
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user