mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Different game title for A5200
This commit is contained in:
@@ -102,7 +102,15 @@ EmptyLine
|
|||||||
dta d" "
|
dta d" "
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
OptionsTitle
|
OptionsTitle
|
||||||
|
.IF TARGET = 800
|
||||||
dta d" scorch "*
|
dta d" scorch "*
|
||||||
|
.ELIF TARGET = 5200
|
||||||
|
dta d" scorch "*
|
||||||
|
dta d"5"
|
||||||
|
dta d"k"*
|
||||||
|
dta d"2"
|
||||||
|
dta d" "*
|
||||||
|
.ENDIF
|
||||||
DifficultyTitle
|
DifficultyTitle
|
||||||
dta d" difficulty "*
|
dta d" difficulty "*
|
||||||
PurchaseTitle
|
PurchaseTitle
|
||||||
|
|||||||
+2
-2
@@ -483,8 +483,8 @@ NoGameOverYet
|
|||||||
|
|
||||||
RmtSong song_ingame
|
RmtSong song_ingame
|
||||||
|
|
||||||
jsr SetPMWidth ; A=0 !!!
|
jsr SetPMWidth ; A=0
|
||||||
;lda #0
|
lda #0
|
||||||
sta AfterBFGflag ; reset BFG flag
|
sta AfterBFGflag ; reset BFG flag
|
||||||
sta COLOR2 ; status line "off"
|
sta COLOR2 ; status line "off"
|
||||||
sta COLOR1
|
sta COLOR1
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user