[PR #148] [MERGED] Develop #328

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

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/148
Author: @pkali
Created: 11/23/2022
Status: Merged
Merged: 11/23/2022
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

17 files changed (+398 additions, -201 deletions)

View changed files

📝 MANUAL_EN.md (+4 -3)
📝 MANUAL_PL.md (+4 -5)
📝 README.md (+24 -1)
📝 ai.asm (+6 -2)
📝 artwork/talk.asm (+4 -4)
📝 artwork/weapons_AW6_mod.fnt (+0 -0)
📝 constants.asm (+24 -40)
constants_top.asm (+26 -0)
📝 display_main_menu.asm (+2 -2)
📝 display_static.asm (+10 -6)
📝 grafproc.asm (+1 -1)
📝 scorch.asm (+149 -28)
📝 scorch.bin (+0 -0)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+63 -72)
📝 variables.asm (+5 -17)
📝 weapons.asm (+76 -20)

📄 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/148 **Author:** [@pkali](https://github.com/pkali) **Created:** 11/23/2022 **Status:** ✅ Merged **Merged:** 11/23/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`5ba4ecd`](https://github.com/pkali/scorch_src/commit/5ba4ecd802b8da178bc4664f495ef3a1cfafea49) smal readme updt - [`cdd1b83`](https://github.com/pkali/scorch_src/commit/cdd1b833679cf5d90c314831bc9c86b491d87252) smal readme updt - [`927163f`](https://github.com/pkali/scorch_src/commit/927163f41d33656b6e60f6540fc66520a58a3a4d) Better Auto Defense symbol on status line. - [`43ae886`](https://github.com/pkali/scorch_src/commit/43ae88673c6e1b50afc4c23c7db5e539265ebb5f) Memory layout - [`fbcbab2`](https://github.com/pkali/scorch_src/commit/fbcbab2eecf05dd71b3967e93746edc03ebd9d80) Battery performance in AI and Auto Defense fixed. - [`a33d7d5`](https://github.com/pkali/scorch_src/commit/a33d7d541d39d8a6273129df994c850bd5ca5234) Better and faster Laser - [`22fc555`](https://github.com/pkali/scorch_src/commit/22fc555f8e1b794bdd7a13c42a97e0d86bb932fd) Better gifts (Buy me!) - [`8086a78`](https://github.com/pkali/scorch_src/commit/8086a78d797aeea3a0e26dc6eeb01260cdfc4d96) Minor change in point counting. - [`cc41bcd`](https://github.com/pkali/scorch_src/commit/cc41bcd323fb458d126657424b53b509365afffb) Manuals update. - [`6f62d49`](https://github.com/pkali/scorch_src/commit/6f62d49407e09a77c4ef35d3b8bacba1401027b0) Gift now blinking. ### 📊 Changes **17 files changed** (+398 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `MANUAL_EN.md` (+4 -3) 📝 `MANUAL_PL.md` (+4 -5) 📝 `README.md` (+24 -1) 📝 `ai.asm` (+6 -2) 📝 `artwork/talk.asm` (+4 -4) 📝 `artwork/weapons_AW6_mod.fnt` (+0 -0) 📝 `constants.asm` (+24 -40) ➕ `constants_top.asm` (+26 -0) 📝 `display_main_menu.asm` (+2 -2) 📝 `display_static.asm` (+10 -6) 📝 `grafproc.asm` (+1 -1) 📝 `scorch.asm` (+149 -28) 📝 `scorch.bin` (+0 -0) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+63 -72) 📝 `variables.asm` (+5 -17) 📝 `weapons.asm` (+76 -20) </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:27 +02:00
Pecus closed this issue 2026-05-20 22:35:28 +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#328