[PR #101] [MERGED] build 146 #127

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

12 files changed (+619 additions, -725 deletions)

View changed files

📝 README.md (+23 -3)
📝 ai.asm (+182 -62)
📝 artwork/tanksv2.fnt (+0 -0)
📝 constants.asm (+110 -352)
📝 definitions.asm (+19 -19)
📝 grafproc.asm (+5 -16)
📝 lib/macro.hea (+3 -0)
📝 scorch.asm (+24 -26)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+25 -20)
📝 variables.asm (+2 -2)
📝 weapons.asm (+226 -225)

📄 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/101 **Author:** [@pkali](https://github.com/pkali) **Created:** 7/4/2022 **Status:** ✅ Merged **Merged:** 7/4/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`d5c1e1e`](https://github.com/pkali/scorch_src/commit/d5c1e1e397ba519108d96cda16e1f257495443d8) Battery activation bug - [`4a32abd`](https://github.com/pkali/scorch_src/commit/4a32abdc83d58886669c7dde83efe8f34efad498) New method of checking the tank falling direction. - [`4583641`](https://github.com/pkali/scorch_src/commit/45836412077fa5b4d9800cc226aa2653dedf8cea) Completly new tank falling procedure (70bytes saved!) - [`6ac4bbe`](https://github.com/pkali/scorch_src/commit/6ac4bbe0cde371192b6f882d277d36c1362dff45) Falling sfx only if Tank really falls - [`3d159f8`](https://github.com/pkali/scorch_src/commit/3d159f84398787bc03b3e2c8981f5b010e646d07) Small parachute bug in falling procedure - [`6ece262`](https://github.com/pkali/scorch_src/commit/6ece26237c200cb60baf47c4d969ee31583020c4) laser update - [`279a47b`](https://github.com/pkali/scorch_src/commit/279a47b29f2406aa6890b315809484a2efc1be66) Dead tanks don't fall :) - [`011364c`](https://github.com/pkali/scorch_src/commit/011364cbebbcab9b0670a1d64ef26f9025579550) Parachute is only shown if tank is really falling - [`e9a59b1`](https://github.com/pkali/scorch_src/commit/e9a59b1475975a5a8cc2f81e3758393a896fde9e) sensible angles work! - [`4caed19`](https://github.com/pkali/scorch_src/commit/4caed19cd17da59a5ecdf35817e59a07a04ea339) new angles #87 ### 📊 Changes **12 files changed** (+619 additions, -725 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+23 -3) 📝 `ai.asm` (+182 -62) 📝 `artwork/tanksv2.fnt` (+0 -0) 📝 `constants.asm` (+110 -352) 📝 `definitions.asm` (+19 -19) 📝 `grafproc.asm` (+5 -16) 📝 `lib/macro.hea` (+3 -0) 📝 `scorch.asm` (+24 -26) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+25 -20) 📝 `variables.asm` (+2 -2) 📝 `weapons.asm` (+226 -225) </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:32:52 +02:00
Pecus closed this issue 2026-05-20 22:32:53 +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#127