Different game title for A5200

This commit is contained in:
Pecusx
2022-12-01 08:49:02 +01:00
parent 403288548c
commit 8c6fee0631
4 changed files with 10 additions and 2 deletions
+8
View File
@@ -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
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.