Compare commits

..

3 Commits

Author SHA1 Message Date
Pecusx 4422ff137a Merge pull request #174 from pkali/develop
A team play option has been added.
2026-01-02 21:56:07 +01:00
Pirx 9c939709a3 Merge pull request #173 from pkali/develop
readme updt.
2025-01-27 18:12:01 -05:00
Pirx ac6bab17d4 Merge pull request #172 from pkali/develop
v1.52
2025-01-20 12:17:09 -05:00
9 changed files with 4 additions and 15 deletions
+2 -12
View File
@@ -1157,18 +1157,8 @@ NoTeamColors
lda skillTable,x lda skillTable,x
sta difficultyLevel sta difficultyLevel
lda digits+1,x lda digits+1,x
sta NameScreen2+8 sta NameScreen2+7
ldy #0 ; no team game
bit TeamGame
bvc NoTeams
ldy #"A"
txa
and #%00000001
beq NoBTeam
iny
NoBTeam
NoTeams
sty NameScreen2+7
; copy existing name and place cursor at end ; copy existing name and place cursor at end
txa ; TankNr txa ; TankNr
:3 asl :3 asl
+2 -2
View File
@@ -25,7 +25,7 @@
.ENDIF .ENDIF
;--------------------------------------------------- ;---------------------------------------------------
.ifndef SPLASH .ifndef SPLASH
.def SPLASH = 1 ; if 0 - no splash screens .def SPLASH = 0 ; if 0 - no splash screens
.endif .endif
.ifndef CART_VERSION .ifndef CART_VERSION
.def CART_VERSION = 0 ; if 1 - dual splash screen .def CART_VERSION = 0 ; if 1 - dual splash screen
@@ -41,7 +41,7 @@
;--------------------------------------------------- ;---------------------------------------------------
.macro build .macro build
dta d"1.57" ; number of this build (4 bytes) dta d"1.55" ; number of this build (4 bytes)
.endm .endm
.macro year .macro year
dta d"2026" ; year of this build (4 bytes) dta d"2026" ; year of this build (4 bytes)
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-1
View File
@@ -2803,7 +2803,6 @@ notpressed
; enimation ends ; enimation ends
jsr GetKeyFast jsr GetKeyFast
and #$3f ;CTRL and SHIFT ellimination
cmp #@kbcode._left ; $6 cmp #@kbcode._left ; $6
jeq pressedLeft jeq pressedLeft
cmp #@kbcode._right ; $7 cmp #@kbcode._right ; $7