[PR #155] [MERGED] Develop #156

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

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/155
Author: @pkali
Created: 2/7/2023
Status: Merged
Merged: 2/7/2023
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

  • 6b68066 Visible targeting bug
  • c41c01c readme updt
  • 0832d84 Small talk - small fix.
  • 6b2eabd Nicer Lazy targeting amd "visual Debug" for Lazy Boys
  • 793d494 Minor optimization
  • 70788e7 More optimizarions
  • 00d386e ... and more (memory) ...
  • bbded45 Mere memory and 2 new talk texts (RB5200). And... no memory :)
  • e50bc86 Code cleanup.
  • fcbd0bc The G key works properly even if the wind options were last selected.

📊 Changes

16 files changed (+815 additions, -770 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+22 -6)
📝 ai.asm (+1 -4)
📝 artwork/Scorch50.asm (+1 -1)
📝 artwork/talk.asm (+68 -66)
📝 artwork/tanksv4.fnt (+0 -0)
📝 constants.asm (+5 -1)
📝 grafproc.asm (+331 -16)
interrupts.asm (+267 -0)
📝 lib/MACRO.ASM (+22 -0)
📝 scorch.asm (+35 -321)
📝 scorch.bin (+0 -0)
📝 scorch.xex (+0 -0)
📝 textproc.asm (+8 -336)
📝 variables.asm (+0 -2)
📝 weapons.asm (+54 -17)

📄 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/155 **Author:** [@pkali](https://github.com/pkali) **Created:** 2/7/2023 **Status:** ✅ Merged **Merged:** 2/7/2023 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`6b68066`](https://github.com/pkali/scorch_src/commit/6b68066c941c46423fd7c7c879bee3b5bc55bdea) Visible targeting bug - [`c41c01c`](https://github.com/pkali/scorch_src/commit/c41c01cee0acd2229fd4b97125593af189f358ae) readme updt - [`0832d84`](https://github.com/pkali/scorch_src/commit/0832d841f4ee375a68cff5036e8314450706590a) Small talk - small fix. - [`6b2eabd`](https://github.com/pkali/scorch_src/commit/6b2eabd1caae8d2b2035a6e906c03e388b8935de) Nicer Lazy targeting amd "visual Debug" for Lazy Boys - [`793d494`](https://github.com/pkali/scorch_src/commit/793d494fc5b87c6c32449d4f9929866708ea7f0e) Minor optimization - [`70788e7`](https://github.com/pkali/scorch_src/commit/70788e772e8dc226bc61be0b200a696b74d73914) More optimizarions - [`00d386e`](https://github.com/pkali/scorch_src/commit/00d386e73fad3eea2c16608060b916cd1e8536de) ... and more (memory) ... - [`bbded45`](https://github.com/pkali/scorch_src/commit/bbded4520027b5f6ca4a4b0f1a3780aa966b48ba) Mere memory and 2 new talk texts (RB5200). And... no memory :) - [`e50bc86`](https://github.com/pkali/scorch_src/commit/e50bc8669ebdcac7da1c6c72b91cfb6ab9a42418) Code cleanup. - [`fcbd0bc`](https://github.com/pkali/scorch_src/commit/fcbd0bc34a6d6155728f2311581396301e293337) The G key works properly even if the wind options were last selected. ### 📊 Changes **16 files changed** (+815 additions, -770 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+22 -6) 📝 `ai.asm` (+1 -4) 📝 `artwork/Scorch50.asm` (+1 -1) 📝 `artwork/talk.asm` (+68 -66) 📝 `artwork/tanksv4.fnt` (+0 -0) 📝 `constants.asm` (+5 -1) 📝 `grafproc.asm` (+331 -16) ➕ `interrupts.asm` (+267 -0) 📝 `lib/MACRO.ASM` (+22 -0) 📝 `scorch.asm` (+35 -321) 📝 `scorch.bin` (+0 -0) 📝 `scorch.xex` (+0 -0) 📝 `textproc.asm` (+8 -336) 📝 `variables.asm` (+0 -2) 📝 `weapons.asm` (+54 -17) </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:33:02 +02:00
Pecus closed this issue 2026-05-20 22:33:03 +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#156