Prepare variables for Team game summary

This commit is contained in:
Pecusx
2025-12-21 23:44:19 +01:00
parent 77a468b9c1
commit c31de4884d
3 changed files with 14 additions and 5 deletions
+9
View File
@@ -358,6 +358,15 @@ StartAfterSplash
dey dey
bpl @- bpl @-
; set teams names
ldy #5
@ lda Team_Header,y
sta TanksNames+(6*8),y
sta TanksNames+(7*8),y
dey
bpl @-
inc TanksNames+(7*8) ; B-Team :)
; set gradient to the full LGBTIQQAAPP+ flag on start ; set gradient to the full LGBTIQQAAPP+ flag on start
.IF CART_VERSION = 1 .IF CART_VERSION = 1
mva #$ff GradientNr ; #1 to set gradient number 2 :) (next one) - 0 (B/W) mva #$ff GradientNr ; #1 to set gradient number 2 :) (next one) - 0 (B/W)
BIN
View File
Binary file not shown.
+5 -5
View File
@@ -23,7 +23,7 @@ GameOverColoursTable .ds MaxPlayers; .BYTE $80,$40,$c4,$20,$c0,$e4
;---------------------------------------------------- ;----------------------------------------------------
TanksNames ; DO NOT ZERO ON GAME RESTART - ticket #24 TanksNames ; DO NOT ZERO ON GAME RESTART - ticket #24
;:6 dta d" " ;:6 dta d" "
.ds MaxPlayers*8 .ds (MaxPlayers+2)*8 ; +2 for Teams
;---------------------------------------------------- ;----------------------------------------------------
skilltable ; computer controlled players' skills (1-8), 0 - human (no cleaning, ticket #30) skilltable ; computer controlled players' skills (1-8), 0 - human (no cleaning, ticket #30)
.DS MaxPlayers .DS MaxPlayers
@@ -102,13 +102,13 @@ LASTeXistenZ ; eXistenZ before shoot
.DS MaxPlayers .DS MaxPlayers
ResultsTable ;the results in the gameeeeee ResultsTable ;the results in the gameeeeee
.DS MaxPlayers .DS MaxPlayers+2 ; +2 for teams
DirectHits DirectHits
.DS MaxPlayers .DS MaxPlayers+2 ; +2 for teams
EarnedMoneyH EarnedMoneyH
.DS MaxPlayers .DS MaxPlayers+2 ; +2 for teams
EarnedMoneyL EarnedMoneyL
.DS MaxPlayers .DS MaxPlayers+2 ; +2 for teams
;---------------------------------------------------- ;----------------------------------------------------
ForceTableL ;shooting Force of the tank during the round ForceTableL ;shooting Force of the tank during the round
.DS MaxPlayers .DS MaxPlayers