mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Prepare variables for Team game summary
This commit is contained in:
@@ -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
Binary file not shown.
+5
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user