[PR #1] [MERGED] Develop #1

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

📋 Pull Request Information

Original PR: https://github.com/pkali/Avery_Breakout/pull/1
Author: @pkali
Created: 12/10/2024
Status: Merged
Merged: 12/10/2024
Merged by: @pkali

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

29 files changed (+4272 additions, -538 deletions)

View changed files

.gitignore (+4 -0)
AB_BEWE.ATR (+0 -0)
📝 README.md (+141 -3)
📝 art/MODE9pp.txt (+0 -0)
art/Mild West.fnt (+0 -0)
art/Reflections.fnt (+0 -0)
art/WIZ.xex (+0 -0)
art/WIZs.xex (+0 -0)
art/levels.xlsx (+0 -0)
art/muzyka.rmt (+0 -0)
art/muzyka_stripped.rmt (+0 -0)
art/rmt_feat.a65 (+42 -0)
art/rmtplayr.a65 (+1356 -0)
art/wizd.xex (+0 -0)
📝 averybreakout.asm (+1263 -438)
averybreakout.xex (+0 -0)
averybreakout_2012.xex (+0 -0)
changes.txt (+0 -97)
levels/LEVEL001.DAT (+1 -0)
levels/LEVEL002.DAT (+1 -0)

...and 9 more files

📄 Description

riliz


🔄 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/Avery_Breakout/pull/1 **Author:** [@pkali](https://github.com/pkali) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@pkali](https://github.com/pkali) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`9441212`](https://github.com/pkali/Avery_Breakout/commit/94412126eab25a8654ee047d2ca36066c950504b) Score - first attemp - [`61e8de3`](https://github.com/pkali/Avery_Breakout/commit/61e8de3cbe0c84c1cceb92ca86752c4806435ac2) Colors, and AutoPlay mode - [`8526449`](https://github.com/pkali/Avery_Breakout/commit/8526449efab2e60e860d687b71ebf81fc690ab9d) 9 lives - [`ca41c63`](https://github.com/pkali/Avery_Breakout/commit/ca41c634f07f8959b84a5a7a707db7a109f22ae6) Brick counter and level end. - [`f5c5ac4`](https://github.com/pkali/Avery_Breakout/commit/f5c5ac473600736edafd22fce33e2d9df1da61a1) compiles under linux - [`5590b94`](https://github.com/pkali/Avery_Breakout/commit/5590b94179cc8b91aab0c286340d75abb7b6511f) Level concept - [`a4c16d5`](https://github.com/pkali/Avery_Breakout/commit/a4c16d5fd1b390fcf1d9e3f11d391ce18a92f349) normal DL, no VSCROL shenanigans - [`a05a7bd`](https://github.com/pkali/Avery_Breakout/commit/a05a7bd3804350c68328423f11e906adc5693396) Better DLI and no score if AutoPlay - [`f930465`](https://github.com/pkali/Avery_Breakout/commit/f93046503b9329359617b68b02ee7b98120d2ef3) Make level from text - [`b7e739c`](https://github.com/pkali/Avery_Breakout/commit/b7e739c3164525027abbfb24346d2fa3adcbdc3e) Get brick number from level data ### 📊 Changes **29 files changed** (+4272 additions, -538 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+4 -0) ➕ `AB_BEWE.ATR` (+0 -0) 📝 `README.md` (+141 -3) 📝 `art/MODE9pp.txt` (+0 -0) ➕ `art/Mild West.fnt` (+0 -0) ➕ `art/Reflections.fnt` (+0 -0) ➖ `art/WIZ.xex` (+0 -0) ➖ `art/WIZs.xex` (+0 -0) ➖ `art/levels.xlsx` (+0 -0) ➕ `art/muzyka.rmt` (+0 -0) ➕ `art/muzyka_stripped.rmt` (+0 -0) ➕ `art/rmt_feat.a65` (+42 -0) ➕ `art/rmtplayr.a65` (+1356 -0) ➖ `art/wizd.xex` (+0 -0) 📝 `averybreakout.asm` (+1263 -438) ➕ `averybreakout.xex` (+0 -0) ➖ `averybreakout_2012.xex` (+0 -0) ➖ `changes.txt` (+0 -97) ➕ `levels/LEVEL001.DAT` (+1 -0) ➕ `levels/LEVEL002.DAT` (+1 -0) _...and 9 more files_ </details> ### 📄 Description riliz --- <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:34:02 +02:00
Pecus closed this issue 2026-05-20 22:34:02 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pkali/Avery_Breakout#1