[PR #100] [MERGED] build 145 #122

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 67b5dfb Strong Parachute (with energy) added!
  • 9aaa4fe Displaying White Flag and inverse reaction to fire button.
  • 537f88e Deactivate defensive weapon now possible.
  • ce55bf0 Wrong parachute symbol :)
  • 623c9c9 White Flag works!
  • 1c277b0 Nuclear Winter added.
  • 8613854 cosmetics
  • eda0e65 Small bugfix
  • 242bc45 Optimization - we save 15 bytes
  • 4ae4403 Battery added!

📊 Changes

11 files changed (+474 additions, -146 deletions)

View changed files

📝 README.md (+15 -0)
📝 artwork/sfx/scorch_trial0f_stripped.rmt (+0 -0)
📝 artwork/tanks.fnt (+0 -0)
📝 constants.asm (+22 -17)
📝 definitions.asm (+77 -3)
📝 grafproc.asm (+28 -13)
📝 scorch.asm (+65 -47)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+76 -16)
📝 variables.asm (+4 -2)
📝 weapons.asm (+187 -48)

📄 Description

build 145


🔄 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/100 **Author:** [@pkali](https://github.com/pkali) **Created:** 6/27/2022 **Status:** ✅ Merged **Merged:** 6/27/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`67b5dfb`](https://github.com/pkali/scorch_src/commit/67b5dfb110e629d939eab8e2c7a5dd36ef620530) Strong Parachute (with energy) added! - [`9aaa4fe`](https://github.com/pkali/scorch_src/commit/9aaa4fec69dada50a89a192055bc7b68719d8273) Displaying White Flag and inverse reaction to fire button. - [`537f88e`](https://github.com/pkali/scorch_src/commit/537f88e4c6384396d427565f03c7b573dab8402c) Deactivate defensive weapon now possible. - [`ce55bf0`](https://github.com/pkali/scorch_src/commit/ce55bf0d974d9184fd7901d16d928473cc7b3870) Wrong parachute symbol :) - [`623c9c9`](https://github.com/pkali/scorch_src/commit/623c9c9583af208caa2eeac54db863868213e29a) White Flag works! - [`1c277b0`](https://github.com/pkali/scorch_src/commit/1c277b0e6f00abf021ff49ad307c228910af707e) Nuclear Winter added. - [`8613854`](https://github.com/pkali/scorch_src/commit/8613854f800b866bc93855866b14e0d3f923773c) cosmetics - [`eda0e65`](https://github.com/pkali/scorch_src/commit/eda0e651894dade6727aa59b4ce39b359b8b4a16) Small bugfix - [`242bc45`](https://github.com/pkali/scorch_src/commit/242bc4586c7b29327c478a50a8b29ffabf0a1193) Optimization - we save 15 bytes - [`4ae4403`](https://github.com/pkali/scorch_src/commit/4ae4403448b37b3376105b732c7640c45001c883) Battery added! ### 📊 Changes **11 files changed** (+474 additions, -146 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -0) 📝 `artwork/sfx/scorch_trial0f_stripped.rmt` (+0 -0) 📝 `artwork/tanks.fnt` (+0 -0) 📝 `constants.asm` (+22 -17) 📝 `definitions.asm` (+77 -3) 📝 `grafproc.asm` (+28 -13) 📝 `scorch.asm` (+65 -47) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+76 -16) 📝 `variables.asm` (+4 -2) 📝 `weapons.asm` (+187 -48) </details> ### 📄 Description build 145 --- <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:50 +02:00
Pecus closed this issue 2026-05-20 22:32:51 +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#122