[PR #127] [MERGED] Develop #320

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

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/127
Author: @pkali
Created: 8/25/2022
Status: Merged
Merged: 8/25/2022
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

12 files changed (+169 additions, -98 deletions)

View changed files

📝 MANUAL_EN.md (+26 -22)
📝 MANUAL_PL.md (+16 -13)
📝 README.md (+15 -0)
📝 constants.asm (+0 -3)
📝 display.asm (+4 -4)
📝 grafproc.asm (+10 -11)
📝 lib/ATARISYS.ASM (+1 -0)
📝 scorch.asm (+23 -13)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+14 -6)
📝 variables.asm (+4 -3)
📝 weapons.asm (+56 -23)

📄 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/127 **Author:** [@pkali](https://github.com/pkali) **Created:** 8/25/2022 **Status:** ✅ Merged **Merged:** 8/25/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`701aff0`](https://github.com/pkali/scorch_src/commit/701aff0435dd8ef55d6f8c00af1552da3265c6ac) Select and Option keys works in game - [`c413dea`](https://github.com/pkali/scorch_src/commit/c413deacb13d95cdfdd4fa124d2407800f4c937c) Merge branch 'develop' of https://github.com/pkali/scorch_src into develop - [`36d029b`](https://github.com/pkali/scorch_src/commit/36d029bb87a71d4fcb45edeab3908c20c4047800) Battery power fix - [`bfe777c`](https://github.com/pkali/scorch_src/commit/bfe777c4c61ad651269d9629609f2717b4c66997) Fix for silly "big mountains" bug. - [`492b662`](https://github.com/pkali/scorch_src/commit/492b662252866f3da82b1ceb9aea8020ff5933b5) Boxy walls problem fix - [`d2b412e`](https://github.com/pkali/scorch_src/commit/d2b412e860ec6a74dadc70bc4c7986814d40f7b7) Funky bomb bounces off the walls! - [`86ae6d5`](https://github.com/pkali/scorch_src/commit/86ae6d55b9a65adc422c799f401f295dec9da49d) Background color indicates type of walls. - [`6f2e102`](https://github.com/pkali/scorch_src/commit/6f2e102c6a2ae9577d0af594895c31f079164a2f) Manuals update - [`77317f2`](https://github.com/pkali/scorch_src/commit/77317f263a0c5700dfb38cb460195876eb1b6c1b) Start + Option - Game Over - [`abb0bc5`](https://github.com/pkali/scorch_src/commit/abb0bc52fb2f2465e220b9281c48915e631349ec) Better Start+Option handling ### 📊 Changes **12 files changed** (+169 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `MANUAL_EN.md` (+26 -22) 📝 `MANUAL_PL.md` (+16 -13) 📝 `README.md` (+15 -0) 📝 `constants.asm` (+0 -3) 📝 `display.asm` (+4 -4) 📝 `grafproc.asm` (+10 -11) 📝 `lib/ATARISYS.ASM` (+1 -0) 📝 `scorch.asm` (+23 -13) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+14 -6) 📝 `variables.asm` (+4 -3) 📝 `weapons.asm` (+56 -23) </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:24 +02:00
Pecus closed this issue 2026-05-20 22:35:25 +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#320