[PR #116] [MERGED] Develop xl #314

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

📋 Pull Request Information

Original PR: https://github.com/pkali/scorch_src/pull/116
Author: @ehn-pkalinowski
Created: 8/13/2022
Status: Merged
Merged: 8/13/2022
Merged by: @pkali

Base: masterHead: developXL


📝 Commits (10+)

  • 19200be Game Over "animation" - TEST ONLY!
  • 6cb817d sprites down the memory lane
  • 5c38b7b Game Over animation - still not good.
  • d9012f4 Good Game Over animation
  • f20ce14 moving GameoverDL to stop shaking
  • 616452a Texts and more colours on Game Over screen
  • a7e1bd5 WIP: drawto barrels
  • dc9e2de WIP: drawto barrels
  • 960675d WIP: drawto barrels
  • 1de19df WIP: drawto barrels

📊 Changes

37 files changed (+3271 additions, -1469 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 ai.asm (+643 -79)
artwork/HIMARS14.asm (+0 -501)
artwork/HIMARS14.fnt (+0 -0)
artwork/HIMARS14.g2f (+0 -0)
artwork/HIMARS14.png (+0 -0)
artwork/HIMARS14.scr (+0 -0)
artwork/Scorch50.asm (+877 -0)
artwork/Scorch50.fnt (+0 -0)
artwork/Scorch50.scr (+0 -0)
artwork/TALK1.txt (+0 -54)
artwork/TALK2.txt (+0 -60)
artwork/sfx/feat.old (+41 -0)
artwork/sfx/feat.txt (+41 -0)
artwork/sfx/rmt_feat.asm (+0 -40)
📝 artwork/sfx/rmtplayr.a65 (+31 -9)
artwork/sfx/schorch_str2.rmt (+0 -0)
artwork/sfx/scorch_trial07_stripped.rmt (+0 -0)
artwork/sfx/scorch_trial09_stripped.rmt (+0 -0)
artwork/sfx/scorch_trial0j.rmt (+0 -0)

...and 17 more files

📄 Description

v 1.00


🔄 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/116 **Author:** [@ehn-pkalinowski](https://github.com/ehn-pkalinowski) **Created:** 8/13/2022 **Status:** ✅ Merged **Merged:** 8/13/2022 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `developXL` --- ### 📝 Commits (10+) - [`19200be`](https://github.com/pkali/scorch_src/commit/19200be905f4a43fa34d2276d6030a4d7b6c5287) Game Over "animation" - TEST ONLY! - [`6cb817d`](https://github.com/pkali/scorch_src/commit/6cb817d463face01ca22839ec5a5f4015bce94b8) sprites down the memory lane - [`5c38b7b`](https://github.com/pkali/scorch_src/commit/5c38b7b12a8d0b02074846054e464ae813020cbf) Game Over animation - still not good. - [`d9012f4`](https://github.com/pkali/scorch_src/commit/d9012f448542243d14a52d4bb149fd77899487ac) Good Game Over animation - [`f20ce14`](https://github.com/pkali/scorch_src/commit/f20ce14dc3469ed1779650885411b9604f4800e1) moving GameoverDL to stop shaking - [`616452a`](https://github.com/pkali/scorch_src/commit/616452a01e5d4fc06279952e9172aa5d910a6b3a) Texts and more colours on Game Over screen - [`a7e1bd5`](https://github.com/pkali/scorch_src/commit/a7e1bd519ee8d30280f29ec86a98e849b9aaa243) WIP: drawto barrels - [`dc9e2de`](https://github.com/pkali/scorch_src/commit/dc9e2de8df5091dc17765ead5eee1492e7600787) WIP: drawto barrels - [`960675d`](https://github.com/pkali/scorch_src/commit/960675d4ac8cee5a09b8a85398d5e9b343061e16) WIP: drawto barrels - [`1de19df`](https://github.com/pkali/scorch_src/commit/1de19dfd26fcf2e2c7a87635de7eab4e14cda6b5) WIP: drawto barrels ### 📊 Changes **37 files changed** (+3271 additions, -1469 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `ai.asm` (+643 -79) ➖ `artwork/HIMARS14.asm` (+0 -501) ➖ `artwork/HIMARS14.fnt` (+0 -0) ➖ `artwork/HIMARS14.g2f` (+0 -0) ➖ `artwork/HIMARS14.png` (+0 -0) ➖ `artwork/HIMARS14.scr` (+0 -0) ➕ `artwork/Scorch50.asm` (+877 -0) ➕ `artwork/Scorch50.fnt` (+0 -0) ➕ `artwork/Scorch50.scr` (+0 -0) ➖ `artwork/TALK1.txt` (+0 -54) ➖ `artwork/TALK2.txt` (+0 -60) ➕ `artwork/sfx/feat.old` (+41 -0) ➕ `artwork/sfx/feat.txt` (+41 -0) ➖ `artwork/sfx/rmt_feat.asm` (+0 -40) 📝 `artwork/sfx/rmtplayr.a65` (+31 -9) ➕ `artwork/sfx/schorch_str2.rmt` (+0 -0) ➖ `artwork/sfx/scorch_trial07_stripped.rmt` (+0 -0) ➖ `artwork/sfx/scorch_trial09_stripped.rmt` (+0 -0) ➕ `artwork/sfx/scorch_trial0j.rmt` (+0 -0) _...and 17 more files_ </details> ### 📄 Description v 1.00 --- <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:22 +02:00
Pecus closed this issue 2026-05-20 22:35:23 +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#314