Round end in Team game

This commit is contained in:
Pecusx
2025-12-20 17:55:34 +01:00
parent 24de89d9eb
commit 3fa3d417e2
4 changed files with 50 additions and 26 deletions
+2
View File
@@ -443,6 +443,7 @@ ChoosingItemForPurchase
jsr PutLitteChar ; Places pointer at the right position
jsr getkey
and #$3f ;CTRL and SHIFT ellimination
bit escFlag
bpl @+
mva #0 escFlag
@@ -1188,6 +1189,7 @@ CheckKeys
sta NameScreen2+15 ; display tank shape number
jsr CursorDisplay
jsr getkey
and #$3f ;CTRL and SHIFT ellimination
bit escFlag
spl:rts