mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Prepare variables for Team game summary
This commit is contained in:
@@ -358,6 +358,15 @@ StartAfterSplash
|
||||
dey
|
||||
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
|
||||
.IF CART_VERSION = 1
|
||||
mva #$ff GradientNr ; #1 to set gradient number 2 :) (next one) - 0 (B/W)
|
||||
|
||||
Reference in New Issue
Block a user