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