10 or 20 rounds in Team game and better credits

This commit is contained in:
Pecusx
2025-12-21 00:14:57 +01:00
parent 3de9e001f0
commit 77a468b9c1
5 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
OptionsScreen
dta d"Welcome to Scorch v. "
build ; 4 bytes from scorch.asm (fancy method) :)
dta d" (un)2000-2025"
dta d" (un)2000-"
year ; 4 bytes from scorch.asm
.IF TARGET = 800
dta d" Please select option with "
+3 -1
View File
@@ -78,7 +78,9 @@
OptionsMainLoop
bit TeamGame
bvc NoTeamMoreRounds
mva #0 OptionsTable+4 ; In Team game only 10 rounds available
lda OptionsTable+4 ; In Team game only 10 or 20 rounds available
and #%00000001
sta OptionsTable+4
NoTeamMoreRounds
jsr OptionsInversion
jsr GetKey
+6 -3
View File
@@ -622,7 +622,8 @@ CreditsStart
dta d"You were playing"^
dta d"Scorch"^
dta d"Warsaw, Miami"^
dta d"2000-2025"^
dta d" 2000-"
year ; 4 bytes ftom scorch.asm
dta d" "*
dta d"Programming"^
dta d"Tomasz 'Pecus' Pecko"^
@@ -665,7 +666,7 @@ CreditsStart
dta d"RB5200, Krzysztof 'Kaz' Ziembik"^
.ENDIF
dta d" "*
dta d"Additional testing"^
dta d"Additional testing and Teams idea"^
dta d"Arek and Alex Pecko"^
dta d" "*
dta d"Special thanks"^
@@ -686,7 +687,9 @@ CreditsEnd
.IF TARGET = 5200
; Atari 5200 splash
NewSplashText=*
dta d" 2025 atariage", $4e, "com " ; $4e - non blinking dot
dta d" "
year ; 4 bytes ftom scorch.asm
dta d" atariage", $4e, "com " ; $4e - non blinking dot
.ENDIF
.endif ; .IF *>0
+3
View File
@@ -43,6 +43,9 @@
.macro build
dta d"1.55" ; number of this build (4 bytes)
.endm
.macro year
dta d"2025" ; year of this build (4 bytes)
.endm
.macro RMTSong
lda #:1
BIN
View File
Binary file not shown.