[PR #146] [MERGED] Develop #325

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 88e8108 Manuals update
  • 8b0ab13 Variable declared as byte but used as word - bug
  • 6e036b7 Zeroing variables in RAM (zero page) added.
  • 97d0862 5200 keypad works like the A800 keyboard - Great!
  • 1a1761b Randomize macro reverted to old version - no Nuclear Winter :)
  • e717306 End of keyboard support in 5200 and improved music in NTSC.
  • 2d1cecf Wrap up and down inventory and shop scrolling #111
  • 9575dce Minor graphic improvements.
  • 1eae405 Minimally different menu layout.
  • ef4612f Hovercraft is hovering too high bug - fixed!

📊 Changes

14 files changed (+186 additions, -150 deletions)

View changed files

📝 MANUAL_EN.md (+6 -6)
📝 MANUAL_PL.md (+28 -25)
📝 README.md (+22 -4)
📝 artwork/sfx/scorch_str6-NTSC.rmt (+0 -0)
📝 display_main_menu.asm (+9 -9)
📝 display_purchasedl.asm (+4 -4)
📝 grafproc.asm (+2 -13)
📝 lib/5200MACRO.ASM (+1 -1)
📝 lib/MACRO.ASM (+1 -1)
📝 scorch.asm (+47 -12)
📝 scorch.bin (+0 -0)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+64 -73)
📝 weapons.asm (+2 -2)

📄 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/146 **Author:** [@pkali](https://github.com/pkali) **Created:** 11/7/2022 **Status:** ✅ Merged **Merged:** 11/7/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`88e8108`](https://github.com/pkali/scorch_src/commit/88e8108ee143f6f7267c26eecf6956a65b08dfcd) Manuals update - [`8b0ab13`](https://github.com/pkali/scorch_src/commit/8b0ab13c3073546523733461da89ca55edb54bff) Variable declared as byte but used as word - bug - [`6e036b7`](https://github.com/pkali/scorch_src/commit/6e036b732e74f39ccd1fb6116e3071f25a01dd04) Zeroing variables in RAM (zero page) added. - [`97d0862`](https://github.com/pkali/scorch_src/commit/97d0862a72e8a5a6ba507d3a8939734379275b27) 5200 keypad works like the A800 keyboard - Great! - [`1a1761b`](https://github.com/pkali/scorch_src/commit/1a1761bc4cef21799d3ac73d22fb75c8ae3b5eb2) Randomize macro reverted to old version - no Nuclear Winter :) - [`e717306`](https://github.com/pkali/scorch_src/commit/e71730640082f401886f61e36cff096d6ce7f0fd) End of keyboard support in 5200 and improved music in NTSC. - [`2d1cecf`](https://github.com/pkali/scorch_src/commit/2d1cecfb1041c7a0734928c7ddd154035d2dddbd) Wrap up and down inventory and shop scrolling #111 - [`9575dce`](https://github.com/pkali/scorch_src/commit/9575dcee114a179d8314817e39676377903a830c) Minor graphic improvements. - [`1eae405`](https://github.com/pkali/scorch_src/commit/1eae4054ed46d50137e57d2de1682e9c6bcd5f2e) Minimally different menu layout. - [`ef4612f`](https://github.com/pkali/scorch_src/commit/ef4612f3a4c4a5dc2de48bb52649feb044960f41) Hovercraft is hovering too high bug - fixed! ### 📊 Changes **14 files changed** (+186 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `MANUAL_EN.md` (+6 -6) 📝 `MANUAL_PL.md` (+28 -25) 📝 `README.md` (+22 -4) 📝 `artwork/sfx/scorch_str6-NTSC.rmt` (+0 -0) 📝 `display_main_menu.asm` (+9 -9) 📝 `display_purchasedl.asm` (+4 -4) 📝 `grafproc.asm` (+2 -13) 📝 `lib/5200MACRO.ASM` (+1 -1) 📝 `lib/MACRO.ASM` (+1 -1) 📝 `scorch.asm` (+47 -12) 📝 `scorch.bin` (+0 -0) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+64 -73) 📝 `weapons.asm` (+2 -2) </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: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#325