AI symbols on GameOver screen

This commit is contained in:
Pecusx
2023-05-11 14:59:58 +02:00
parent d36d5d3131
commit 3f4fe9839b
4 changed files with 14 additions and 3 deletions
+12 -1
View File
@@ -1853,8 +1853,19 @@ NextChar
adw temp #19 displayposition
jsr displaydec5
mva #0 displayposition ; overwrite first digit
; put AI symbol
ldx TankNr
lda SkillTable,x
beq NotAItank
tay
lda digits,y
ldy #39
sta (temp),y ; and last zero
dey
lda #$5e ; Computer symbol
sta (temp),y ; and last zero
NotAItank
; put earned money on the screen
ldx TankNr
lda EarnedMoneyL,x
sta decimal
lda EarnedMoneyH,x