[PR #169] [MERGED] 1.51 #347

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

20 files changed (+1499 additions, -354 deletions)

View changed files

RANDOM_test.asm (+551 -0)
RANDOM_test.obx (+0 -0)
📝 README.md (+137 -122)
circle1.asm (+204 -0)
circle2.asm (+174 -0)
circle_test.asm (+352 -0)
circle_test.xex (+0 -0)
📝 constants.asm (+1 -0)
📝 game.asm (+10 -13)
📝 grafproc.asm (+12 -205)
📝 scorch.asm (+1 -1)
📝 scorch.bin (+0 -0)
📝 scorch.car (+0 -0)
📝 scorch.xex (+0 -0)
📝 scorchC64.asm (+1 -1)
📝 scorchC64.prg (+0 -0)
📝 scorch_cart.xex (+0 -0)
📝 scorch_fl.atr (+0 -0)
📝 variables.asm (+1 -1)
📝 weapons.asm (+55 -11)

📄 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/169 **Author:** [@pkali](https://github.com/pkali) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/17/2025 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`35f9847`](https://github.com/pkali/scorch_src/commit/35f984735431357c5c94feddb1344e3d567b38ff) Opty! :) 56b - [`956f844`](https://github.com/pkali/scorch_src/commit/956f844ed35e93bcc1312e9efb47303018ba0d22) Very smol opty. - [`bd17841`](https://github.com/pkali/scorch_src/commit/bd17841ac09106f636b5db9d3136e69660b2cc6d) Smol opty again - [`df456e5`](https://github.com/pkali/scorch_src/commit/df456e5544ccb5a223c9ab41e859bec31dcb5c31) No VuMeters if no music. - [`4b5316a`](https://github.com/pkali/scorch_src/commit/4b5316a5f5190305ed29927c7d67ceb16cd5b59c) New (faster) Circle proc - 43b saved - [`9909311`](https://github.com/pkali/scorch_src/commit/990931176e5775cdf900a4ec1798ad34350fc994) WIP circle test (not working) - [`3341773`](https://github.com/pkali/scorch_src/commit/3341773dcdfd83dbb4660999e265fbba274fd5fc) Opty and PlasmaBlast idea - [`590c1f7`](https://github.com/pkali/scorch_src/commit/590c1f7c9f56ccd9cf425a3ee4bc142bdea13148) PlasmaBlast first attempt - [`53a236a`](https://github.com/pkali/scorch_src/commit/53a236afe249e6a0a5f9b6c40f187dc01be730c6) PlasmaBlast! - [`e975ad7`](https://github.com/pkali/scorch_src/commit/e975ad7ead59cb2261e49db65eae76617816270e) Oooops... :) ### 📊 Changes **20 files changed** (+1499 additions, -354 deletions) <details> <summary>View changed files</summary> ➕ `RANDOM_test.asm` (+551 -0) ➕ `RANDOM_test.obx` (+0 -0) 📝 `README.md` (+137 -122) ➕ `circle1.asm` (+204 -0) ➕ `circle2.asm` (+174 -0) ➕ `circle_test.asm` (+352 -0) ➕ `circle_test.xex` (+0 -0) 📝 `constants.asm` (+1 -0) 📝 `game.asm` (+10 -13) 📝 `grafproc.asm` (+12 -205) 📝 `scorch.asm` (+1 -1) 📝 `scorch.bin` (+0 -0) 📝 `scorch.car` (+0 -0) 📝 `scorch.xex` (+0 -0) 📝 `scorchC64.asm` (+1 -1) 📝 `scorchC64.prg` (+0 -0) 📝 `scorch_cart.xex` (+0 -0) 📝 `scorch_fl.atr` (+0 -0) 📝 `variables.asm` (+1 -1) 📝 `weapons.asm` (+55 -11) </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:32 +02:00
Pecus closed this issue 2026-05-20 22:35:33 +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#347