mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
10 or 20 rounds in Team game and better credits
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user