[PR #174] [MERGED] A team play option has been added. #175

Closed
opened 2026-05-20 22:33:10 +02:00 by Pecus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/174
Author: @Pecusx
Created: 1/2/2026
Status: Merged
Merged: 1/2/2026
Merged by: @Pecusx

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

45 files changed (+10841 additions, -396 deletions)

View changed files

📝 Atari/display_static.asm (+2 -1)
📝 Atari/textproc.asm (+187 -17)
📝 C64/textproc.asm (+78 -0)
📝 Manuals/MANUAL_EN.bin (+0 -0)
📝 Manuals/MANUAL_EN.md (+35 -31)
📝 Manuals/MANUAL_PL_A800.bin (+0 -0)
📝 Manuals/MANUAL_PL_A800.md (+190 -186)
📝 Manuals/manual.asm (+1 -1)
📝 Manuals/manual_en.xex (+0 -0)
📝 Manuals/manual_pl.xex (+0 -0)
📝 ai.asm (+37 -10)
📝 artwork/CartMenu/menu.asm (+5 -5)
📝 artwork/CartMenu/menu.xex (+0 -0)
artwork/pack_talk5.py (+224 -0)
📝 artwork/splash_v1/splash.asm (+4 -3)
📝 artwork/splash_v2/splash.asm (+4 -60)
artwork/splash_v3/no_name.h (+153 -0)
artwork/splash_v3/output.png (+0 -0)
artwork/splash_v3/output.png.mic (+0 -0)
artwork/splash_v3/output.png.opt (+4494 -0)

...and 25 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pkali/scorch_src/pull/174 **Author:** [@Pecusx](https://github.com/Pecusx) **Created:** 1/2/2026 **Status:** ✅ Merged **Merged:** 1/2/2026 **Merged by:** [@Pecusx](https://github.com/Pecusx) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`88cf3b3`](https://github.com/pkali/scorch_src/commit/88cf3b32d3679c004eb7439050d8b66b7962aea5) New, smaller, flasher - [`3fce9c2`](https://github.com/pkali/scorch_src/commit/3fce9c2750f24ce9223b8b156693f6087dec6c1c) Merge branch 'develop' of https://github.com/pkali/scorch_src into develop - [`12b1803`](https://github.com/pkali/scorch_src/commit/12b180311fd591463ff667c9b71756088e8a5b82) Preapare for TEAMS - [`95d58ec`](https://github.com/pkali/scorch_src/commit/95d58ec264f335b6fa51200cf2e1222811d2c525) Teams option only for 4 or 6 players - [`aed48e1`](https://github.com/pkali/scorch_src/commit/aed48e160862cbc42fb129e8ada4eeb99724fc81) Some texts added - The A-Team :) - [`9be0d0a`](https://github.com/pkali/scorch_src/commit/9be0d0af5cf97488981f9f82f48a1a86037cc5a3) New proc but no memory :( - [`4c09466`](https://github.com/pkali/scorch_src/commit/4c09466506323a5dfa5fb27ea1cee5343fb7e4e0) C64 ver. update - [`94fe41a`](https://github.com/pkali/scorch_src/commit/94fe41a745e002c3a7ee40973c6b8157b114a681) 5 bits workinggit status! - [`6a72c11`](https://github.com/pkali/scorch_src/commit/6a72c11363f728fb127680816992b68c5aab5095) Small "t" as team symbol. - [`e393516`](https://github.com/pkali/scorch_src/commit/e393516d1d68659e8b00bbb117ae7dc9fee15d75) Merge branch 'text5bit' into develop ### 📊 Changes **45 files changed** (+10841 additions, -396 deletions) <details> <summary>View changed files</summary> 📝 `Atari/display_static.asm` (+2 -1) 📝 `Atari/textproc.asm` (+187 -17) 📝 `C64/textproc.asm` (+78 -0) 📝 `Manuals/MANUAL_EN.bin` (+0 -0) 📝 `Manuals/MANUAL_EN.md` (+35 -31) 📝 `Manuals/MANUAL_PL_A800.bin` (+0 -0) 📝 `Manuals/MANUAL_PL_A800.md` (+190 -186) 📝 `Manuals/manual.asm` (+1 -1) 📝 `Manuals/manual_en.xex` (+0 -0) 📝 `Manuals/manual_pl.xex` (+0 -0) 📝 `ai.asm` (+37 -10) 📝 `artwork/CartMenu/menu.asm` (+5 -5) 📝 `artwork/CartMenu/menu.xex` (+0 -0) ➕ `artwork/pack_talk5.py` (+224 -0) 📝 `artwork/splash_v1/splash.asm` (+4 -3) 📝 `artwork/splash_v2/splash.asm` (+4 -60) ➕ `artwork/splash_v3/no_name.h` (+153 -0) ➕ `artwork/splash_v3/output.png` (+0 -0) ➕ `artwork/splash_v3/output.png.mic` (+0 -0) ➕ `artwork/splash_v3/output.png.opt` (+4494 -0) _...and 25 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Pecus added the pull-request label 2026-05-20 22:33:10 +02:00
Pecus closed this issue 2026-05-20 22:33:12 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/scorch_src#175