[PR #90] [MERGED] build 143 #295

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

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/90
Author: @pkali
Created: 6/6/2022
Status: Merged
Merged: 6/6/2022
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

9 files changed (+571 additions, -513 deletions)

View changed files

📝 README.md (+10 -0)
📝 constants.asm (+12 -20)
📝 grafproc.asm (+64 -16)
📝 lib/atari.hea (+1 -0)
📝 scorch.asm (+120 -108)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+108 -59)
📝 variables.asm (+54 -50)
📝 weapons.asm (+202 -260)

📄 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/90 **Author:** [@pkali](https://github.com/pkali) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 6/6/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`bef3c0f`](https://github.com/pkali/scorch_src/commit/bef3c0f08059081ff0e935fd0eb7eb4f3d6f23ef) MIRV bugfix #66 - [`17e653b`](https://github.com/pkali/scorch_src/commit/17e653b37d6e04b7765c50daabdf82da6ceff657) Flashing before tank explodes #84 - [`532ee7d`](https://github.com/pkali/scorch_src/commit/532ee7dc8858852f54c7763890fbfb343d52f63c) MIRV hit procedure completely rewritten. - [`94e6cae`](https://github.com/pkali/scorch_src/commit/94e6caebed3fc499353a4f8641865d7eee90ca43) MIRV bullets over the screen now are visible - [`6d9b290`](https://github.com/pkali/scorch_src/commit/6d9b2907c501f2a3db7817f200ae8bca0f5306dd) Flight procedure optimization - [`9569b33`](https://github.com/pkali/scorch_src/commit/9569b3365a23fbf4be9ecb78a5ddd64399aceb05) First attempt to 2 bytes Y - [`0fbe3de`](https://github.com/pkali/scorch_src/commit/0fbe3de569d83a5180a138494816b83ce7a2a342) Improved checking collision with the tank. - [`6013986`](https://github.com/pkali/scorch_src/commit/6013986e51ef6e56471fcf56f24f2a5a52c78269) Minor changes - [`c12049d`](https://github.com/pkali/scorch_src/commit/c12049d0d7eac5ffd3230f456af5afef26f0001b) Sometimes no explosion - solved! - [`8f0bd8c`](https://github.com/pkali/scorch_src/commit/8f0bd8ca815fa3391635f383adb4782cd90452a3) Liquid Dirt bug and little optimization ### 📊 Changes **9 files changed** (+571 additions, -513 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+10 -0) 📝 `constants.asm` (+12 -20) 📝 `grafproc.asm` (+64 -16) 📝 `lib/atari.hea` (+1 -0) 📝 `scorch.asm` (+120 -108) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+108 -59) 📝 `variables.asm` (+54 -50) 📝 `weapons.asm` (+202 -260) </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:17 +02:00
Pecus closed this issue 2026-05-20 22:35:17 +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#295