mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4422ff137a | |||
| 9c939709a3 | |||
| ac6bab17d4 |
+2
-12
@@ -1157,18 +1157,8 @@ NoTeamColors
|
||||
lda skillTable,x
|
||||
sta difficultyLevel
|
||||
lda digits+1,x
|
||||
sta NameScreen2+8
|
||||
ldy #0 ; no team game
|
||||
bit TeamGame
|
||||
bvc NoTeams
|
||||
ldy #"A"
|
||||
txa
|
||||
and #%00000001
|
||||
beq NoBTeam
|
||||
iny
|
||||
NoBTeam
|
||||
NoTeams
|
||||
sty NameScreen2+7
|
||||
sta NameScreen2+7
|
||||
|
||||
; copy existing name and place cursor at end
|
||||
txa ; TankNr
|
||||
:3 asl
|
||||
|
||||
+2
-2
@@ -25,7 +25,7 @@
|
||||
.ENDIF
|
||||
;---------------------------------------------------
|
||||
.ifndef SPLASH
|
||||
.def SPLASH = 1 ; if 0 - no splash screens
|
||||
.def SPLASH = 0 ; if 0 - no splash screens
|
||||
.endif
|
||||
.ifndef CART_VERSION
|
||||
.def CART_VERSION = 0 ; if 1 - dual splash screen
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
;---------------------------------------------------
|
||||
.macro build
|
||||
dta d"1.57" ; number of this build (4 bytes)
|
||||
dta d"1.55" ; number of this build (4 bytes)
|
||||
.endm
|
||||
.macro year
|
||||
dta d"2026" ; year of this build (4 bytes)
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2803,7 +2803,6 @@ notpressed
|
||||
; enimation ends
|
||||
|
||||
jsr GetKeyFast
|
||||
and #$3f ;CTRL and SHIFT ellimination
|
||||
cmp #@kbcode._left ; $6
|
||||
jeq pressedLeft
|
||||
cmp #@kbcode._right ; $7
|
||||
|
||||
Reference in New Issue
Block a user