[PR #113] [MERGED] build 148 #310

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • e94a356 Auto Defence angle fix
  • 6868eb8 Better Shooter strategy
  • 9ece051 IA code optimisation
  • 9806613 New PMG for 6 colored tanks
  • 9acada4 FOX PLOTS FASTER
  • 99d0836 PM code optimisation
  • 1b29880 results sprite fix
  • b12ad5e new colors try
  • 12150a4 Slight graphic glitches when switching screens.
  • 9e695f8 Rollers bug (blast radius at right edge of the screen)

📊 Changes

11 files changed (+549 additions, -411 deletions)

View changed files

📝 README.md (+13 -0)
📝 ai.asm (+10 -10)
📝 constants.asm (+5 -5)
📝 definitions.asm (+5 -1)
📝 grafproc.asm (+365 -58)
📝 lib/atari.hea (+19 -19)
📝 scorch.asm (+49 -27)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+17 -10)
📝 variables.asm (+4 -3)
📝 weapons.asm (+62 -278)

📄 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/113 **Author:** [@pkali](https://github.com/pkali) **Created:** 7/18/2022 **Status:** ✅ Merged **Merged:** 7/18/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`e94a356`](https://github.com/pkali/scorch_src/commit/e94a356e6d58b441083394ff73f239b6893b346a) Auto Defence angle fix - [`6868eb8`](https://github.com/pkali/scorch_src/commit/6868eb8626da8dec3ecade0632f7a99f274af2a8) Better Shooter strategy - [`9ece051`](https://github.com/pkali/scorch_src/commit/9ece051472fe7208dc63127837f03a039263f07a) IA code optimisation - [`9806613`](https://github.com/pkali/scorch_src/commit/9806613f2f2b6ecfd2c8c2fa96678e2278cf1b67) New PMG for 6 colored tanks - [`9acada4`](https://github.com/pkali/scorch_src/commit/9acada4e9f1fcd0a9587085bf4d347f7aaeedb16) FOX PLOTS FASTER - [`99d0836`](https://github.com/pkali/scorch_src/commit/99d08367c4bd719dbea0097fb499b12fb5fbc48f) PM code optimisation - [`1b29880`](https://github.com/pkali/scorch_src/commit/1b2988069fbccf6db384f3b7b82781602f51bf93) results sprite fix - [`b12ad5e`](https://github.com/pkali/scorch_src/commit/b12ad5efeda46c252d9912aff9a8224378bce7a8) new colors try - [`12150a4`](https://github.com/pkali/scorch_src/commit/12150a47c172009788142fcf5016dabca57aaa39) Slight graphic glitches when switching screens. - [`9e695f8`](https://github.com/pkali/scorch_src/commit/9e695f8fcddd51f97eeed77a2ceb3eea7e0d3b0d) Rollers bug (blast radius at right edge of the screen) ### 📊 Changes **11 files changed** (+549 additions, -411 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+13 -0) 📝 `ai.asm` (+10 -10) 📝 `constants.asm` (+5 -5) 📝 `definitions.asm` (+5 -1) 📝 `grafproc.asm` (+365 -58) 📝 `lib/atari.hea` (+19 -19) 📝 `scorch.asm` (+49 -27) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+17 -10) 📝 `variables.asm` (+4 -3) 📝 `weapons.asm` (+62 -278) </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:21 +02:00
Pecus closed this issue 2026-05-20 22:35:21 +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#310