[PR #152] [MERGED] 1.25 #332

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

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/152
Author: @pkali
Created: 1/17/2023
Status: Merged
Merged: 1/17/2023
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

13 files changed (+189 additions, -123 deletions)

View changed files

📝 MANUAL_EN.md (+5 -2)
📝 MANUAL_PL.md (+3 -2)
📝 README.md (+8 -0)
📝 constants.asm (+2 -1)
📝 display_static.asm (+1 -1)
📝 lib/5200MACRO.ASM (+6 -0)
📝 lib/MACRO.ASM (+8 -2)
📝 scorch.asm (+96 -57)
📝 scorch.bin (+0 -0)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+20 -10)
📝 variables.asm (+0 -1)
📝 weapons.asm (+40 -47)

📄 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/152 **Author:** [@pkali](https://github.com/pkali) **Created:** 1/17/2023 **Status:** ✅ Merged **Merged:** 1/17/2023 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`6f1e282`](https://github.com/pkali/scorch_src/commit/6f1e28298dbe8b808d4f2d646edb7428e3d25eb4) Indicator of the selected color set. - [`a45a892`](https://github.com/pkali/scorch_src/commit/a45a892dc7313d4ca13e375484c9f956022de79b) Merge branch 'develop' of https://github.com/pkali/scorch_src into develop - [`3b53968`](https://github.com/pkali/scorch_src/commit/3b53968fe3240182fe750b334720d5433d7452c0) Small gradient optimization (one variable gone). - [`d66e588`](https://github.com/pkali/scorch_src/commit/d66e588203ac6b7ee0bad7a56ead2a3931108898) readme and year change - [`c151940`](https://github.com/pkali/scorch_src/commit/c1519407353edf844b6d050973df109ce56ca2cc) Change colors during the game with the G key (a800 only) - [`fb0de84`](https://github.com/pkali/scorch_src/commit/fb0de84c01dd1f8b539e1f30a182d77fddcbc3d5) Happy New Year! - [`872d564`](https://github.com/pkali/scorch_src/commit/872d564846455ad82edb10848fd38066e16d8269) Minor optimization - [`9b05cf0`](https://github.com/pkali/scorch_src/commit/9b05cf02205142de5b82e0d449bbbc18f568aad2) Minor optimization 2 - [`066e248`](https://github.com/pkali/scorch_src/commit/066e24835007fc52614ae5a80156107c5531ae34) Better colors of mountains in PAL system. - [`ed126c4`](https://github.com/pkali/scorch_src/commit/ed126c454aa8fb07c66233f795c260e96d83c21d) Optimizations - 69 bytes saved! ### 📊 Changes **13 files changed** (+189 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `MANUAL_EN.md` (+5 -2) 📝 `MANUAL_PL.md` (+3 -2) 📝 `README.md` (+8 -0) 📝 `constants.asm` (+2 -1) 📝 `display_static.asm` (+1 -1) 📝 `lib/5200MACRO.ASM` (+6 -0) 📝 `lib/MACRO.ASM` (+8 -2) 📝 `scorch.asm` (+96 -57) 📝 `scorch.bin` (+0 -0) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+20 -10) 📝 `variables.asm` (+0 -1) 📝 `weapons.asm` (+40 -47) </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:35:29 +02:00
Pecus closed this issue 2026-05-20 22:35:29 +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#332