Teams results calculation and display

This commit is contained in:
Pecusx
2025-12-22 10:50:32 +01:00
parent c31de4884d
commit 12eba970d9
4 changed files with 55 additions and 3 deletions
+4
View File
@@ -2098,6 +2098,10 @@ AngleDisplay
.proc RoundOverSprites
; fill sprites with bytes
ldy numberOfPlayers
bit TeamGame
bvc NoTeamSprites
ldy #2 ; 2 teams
NoTeamSprites
dey
lda gameOverSpritesTop,y
sta temp