mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Some texts added - The A-Team :)
This commit is contained in:
+6
-1
@@ -64,10 +64,15 @@ areYouSureText
|
|||||||
.ELIF TARGET = 5200
|
.ELIF TARGET = 5200
|
||||||
dta d"#END? Y-1/N-0#"
|
dta d"#END? Y-1/N-0#"
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
lineClear
|
lineClear
|
||||||
dta d" "
|
dta d" "
|
||||||
|
|
||||||
|
; Additional texts - Teams
|
||||||
|
Player_Header
|
||||||
|
dta d"Player"
|
||||||
|
Team_Header
|
||||||
|
dta d"A-Team" ; :)
|
||||||
|
|
||||||
TankColoursTable .BYTE $58,$2a,$96,$ca,$7a,$ed
|
TankColoursTable .BYTE $58,$2a,$96,$ca,$7a,$ed
|
||||||
;TankStatusColoursTable .BYTE $54,$24,$92,$c4,$74,$e4 ; standard order
|
;TankStatusColoursTable .BYTE $54,$24,$92,$c4,$74,$e4 ; standard order
|
||||||
TankStatusColoursTable .BYTE $74,$c4,$24,$e4,$54,$94 ; Adam's order
|
TankStatusColoursTable .BYTE $74,$c4,$24,$e4,$54,$94 ; Adam's order
|
||||||
|
|||||||
+1
-1
@@ -190,7 +190,7 @@ FirstZpageVariable = $4f
|
|||||||
HotNapalmFlag = FunkyBombCounter ; variable reuse!
|
HotNapalmFlag = FunkyBombCounter ; variable reuse!
|
||||||
displayposition = modify
|
displayposition = modify
|
||||||
LineAddress4x4 = xcircle
|
LineAddress4x4 = xcircle
|
||||||
;* RMT ZeroPage addresses in artwork/sfx/scorch_str9-NTSC.rmt
|
;* RMT ZeroPage addresses in artwork/sfx/rmtplayr_modified.asm
|
||||||
|
|
||||||
;-----------------------------------------------
|
;-----------------------------------------------
|
||||||
; libraries
|
; libraries
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user