Atract and next player SFX fix

This commit is contained in:
Pecusx
2022-08-11 11:10:23 +02:00
parent 950d6922b4
commit a205c37dc0
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -1195,6 +1195,8 @@ EndOfNick
asl ; 8 chars per name
tax ; in X where to put new name
mva #sfx_next_player sfx_effect
lda NameAdr ; check if first char is " "
and #$7F ; remove inverse (Cursor)
beq MakeDefaultName
@@ -1216,7 +1218,6 @@ nextchar05
iny
cpy #$08
bne nextchar05
mva #sfx_next_player sfx_effect
rts
.endp
@@ -1987,6 +1988,7 @@ AllTanksFloatingDown
mva #1 Erase
jsr DrawTankNr
mva #0 Erase
sta ATRACT ; reset atract mode
NoEraseTank
ldx TankNr
inc Ytankstable,x