mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Rest of the screen titles
This commit is contained in:
+15
-5
@@ -30,8 +30,11 @@ MoreDownDL
|
||||
.word PurchaseDL
|
||||
;------------------------
|
||||
OptionsDL
|
||||
:5 .byte $70
|
||||
.byte $42
|
||||
.byte $70
|
||||
.byte $47
|
||||
.word OptionsTitle
|
||||
.byte $70,$70
|
||||
.byte $42
|
||||
.word OptionsScreen
|
||||
.byte $30,$02,$02,$70
|
||||
:maxOptions .by $02,$10
|
||||
@@ -45,7 +48,10 @@ OptionsDL
|
||||
;------------------------
|
||||
;Enter names of tanks DL
|
||||
NameDL
|
||||
:5 .byte $70
|
||||
.byte $70
|
||||
.byte $47
|
||||
.word DifficultyTitle
|
||||
.byte $70,$70
|
||||
.byte $42
|
||||
.word NameScreen
|
||||
.byte $30
|
||||
@@ -224,12 +230,16 @@ activateTextEnd
|
||||
purchaseText
|
||||
dta d"Purchase"
|
||||
purchaseTextEnd
|
||||
GameOverTitle
|
||||
dta d" game over "*
|
||||
OptionsTitle
|
||||
dta d" scorch "*
|
||||
DifficultyTitle
|
||||
dta d" difficulty "*
|
||||
PurchaseTitle
|
||||
dta d" weapons purchase "
|
||||
InventoryTitle
|
||||
dta d" weapons activate "*
|
||||
GameOverTitle
|
||||
dta d" game over "*
|
||||
GameOverTitle2
|
||||
dta d" Player Points Hits Earned Money "
|
||||
.endif
|
||||
BIN
Binary file not shown.
+1
-2
@@ -27,7 +27,7 @@
|
||||
sta dmactls
|
||||
jsr SetPMWidth
|
||||
mva #TextBackgroundColor colpf2s
|
||||
mva #TextForegroundColor colpf3s
|
||||
jsr ColorsOfSprites
|
||||
mva #$ca colpf1s
|
||||
|
||||
VDLI DLIinterruptOptions ; jsr SetDLI for Options text screen
|
||||
@@ -45,7 +45,6 @@
|
||||
jsr ClearPMmemory
|
||||
jsr placetanks ;let the tanks be evenly placed
|
||||
jsr calculatemountains ;let mountains be easy for the eye
|
||||
jsr ColorsOfSprites
|
||||
jsr drawmountains ;draw them
|
||||
ldx NumberOfPlayers
|
||||
dex
|
||||
|
||||
Reference in New Issue
Block a user