mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea08663c0b | |||
| 463c2da083 | |||
| 559b73b172 | |||
| 500b27b6dd | |||
| 4422ff137a | |||
| 9c939709a3 | |||
| ac6bab17d4 |
@@ -78,6 +78,25 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki
|
||||
|
||||
## Changelog:
|
||||
|
||||
###### Version 1.56
|
||||
2026-01-05
|
||||
|
||||
* A/B-Team designation letter added in front of the player number in the Difficulty level selection screen.
|
||||
|
||||
|
||||
###### Version 1.55
|
||||
2026-01-02
|
||||
|
||||
* A team play option has been added. by @Pecusx in #174
|
||||
|
||||
If the cursor indicates the number of players and 4 or 6 players are selected, pressing TAB activates team play. This is indicated by the letter "t" next to the word "Players". Team play is limited to 4 or 6 players and a maximum of 20 rounds. Players with odd numbers are assigned to the A-Team, and players with even numbers are assigned to the B-Team.
|
||||
|
||||
Who knows? When we free up more memory, a more straightforward user interface has a chance. Maybe :)
|
||||
|
||||
For now, get your buddies and play in a completely new way against them loosers :)
|
||||
|
||||
|
||||
|
||||
###### Version 1.52
|
||||
2025-01-20
|
||||
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@
|
||||
|
||||
;---------------------------------------------------
|
||||
.macro build
|
||||
dta d"1.57" ; number of this build (4 bytes)
|
||||
dta d"1.56" ; 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