[PR #1] [MERGED] Silly Venture edition - version 1.00 #4

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

📋 Pull Request Information

Original PR: https://github.com/Pecusx/Young-lumberjack/pull/1
Author: @Pecusx
Created: 7/28/2025
Status: Merged
Merged: 7/28/2025
Merged by: @Pecusx

Base: mainHead: develop


📝 Commits (10+)

📊 Changes

85 files changed (+10765 additions, -0 deletions)

View changed files

.gitignore (+4 -0)
art/DM_logo_src/digital_melody_logo.asm (+295 -0)
art/DM_logo_src/digital_melody_logo.fad (+164 -0)
art/DM_logo_src/digital_melody_logo.fnt (+0 -0)
art/DM_logo_src/digital_melody_logo.h (+275 -0)
art/DM_logo_src/digital_melody_logo.pmf (+466 -0)
art/DM_logo_src/digital_melody_logo.scr (+0 -0)
art/anim_exported.asm (+846 -0)
art/animations.asm (+462 -0)
art/clouds_gfx.g2f (+0 -0)
art/credits.asm (+12 -0)
art/difficulty_texts.asm (+2 -0)
art/digital_melody_logo.g2f (+0 -0)
art/ex.py (+78 -0)
art/game_over.fnt (+0 -0)
art/go.asm (+4 -0)
art/help.asm (+52 -0)
art/lumberjack_export.py (+325 -0)
art/make_anim_data.bat (+2 -0)
art/over_screen.asm (+13 -0)

...and 65 more files

📄 Description

Program completed, all functionality works, no errors found :)


🔄 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/Pecusx/Young-lumberjack/pull/1 **Author:** [@Pecusx](https://github.com/Pecusx) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@Pecusx](https://github.com/Pecusx) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`ff7e0a9`](https://github.com/Pecusx/Young-lumberjack/commit/ff7e0a9d76a5ac0201e695625d8e3475885dece2) In-game timberman's gfx corrections - mainly right side - [`65fcf4e`](https://github.com/Pecusx/Young-lumberjack/commit/65fcf4e789a44336686e1b4b987681c893ee898f) Changes compilerd - [`11bacb5`](https://github.com/Pecusx/Young-lumberjack/commit/11bacb50b1adf33b6f9433f0f613c6627a602b8d) trunk & branches gfx corrections - [`148e088`](https://github.com/Pecusx/Young-lumberjack/commit/148e0880c72dbb54c5be7ca3ba9de8b5450d0449) sticks on grass gfx correction - [`0829387`](https://github.com/Pecusx/Young-lumberjack/commit/0829387fa2e4f41bb9b9844c408e77a04c63b3b4) Update of RIP and sky views - [`776b40b`](https://github.com/Pecusx/Young-lumberjack/commit/776b40b70a5c6f3f00160ca8dcc28c3ecb97ad6d) GFX changes compiled - [`340b15f`](https://github.com/Pecusx/Young-lumberjack/commit/340b15f435ecc7098a8cb1eb83586513e28a61f1) base of branches gfx corrections - [`24fef28`](https://github.com/Pecusx/Young-lumberjack/commit/24fef28153b4e1859cdee7f0538ed81da72df408) GFX compiled - [`94b1685`](https://github.com/Pecusx/Young-lumberjack/commit/94b168540b87ce8112b21cd359a702bdc8ebe497) Right phase 2 correction - [`bcd7474`](https://github.com/Pecusx/Young-lumberjack/commit/bcd74740c23c44234fd9c3e63a68abb124d9a547) Merge branch 'develop' of https://github.com/Pecusx/Young-lumberjack into develop ### 📊 Changes **85 files changed** (+10765 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+4 -0) ➕ `art/DM_logo_src/digital_melody_logo.asm` (+295 -0) ➕ `art/DM_logo_src/digital_melody_logo.fad` (+164 -0) ➕ `art/DM_logo_src/digital_melody_logo.fnt` (+0 -0) ➕ `art/DM_logo_src/digital_melody_logo.h` (+275 -0) ➕ `art/DM_logo_src/digital_melody_logo.pmf` (+466 -0) ➕ `art/DM_logo_src/digital_melody_logo.scr` (+0 -0) ➕ `art/anim_exported.asm` (+846 -0) ➕ `art/animations.asm` (+462 -0) ➕ `art/clouds_gfx.g2f` (+0 -0) ➕ `art/credits.asm` (+12 -0) ➕ `art/difficulty_texts.asm` (+2 -0) ➕ `art/digital_melody_logo.g2f` (+0 -0) ➕ `art/ex.py` (+78 -0) ➕ `art/game_over.fnt` (+0 -0) ➕ `art/go.asm` (+4 -0) ➕ `art/help.asm` (+52 -0) ➕ `art/lumberjack_export.py` (+325 -0) ➕ `art/make_anim_data.bat` (+2 -0) ➕ `art/over_screen.asm` (+13 -0) _...and 65 more files_ </details> ### 📄 Description Program completed, all functionality works, no errors found :) --- <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:06 +02:00
Pecus closed this issue 2026-05-20 22:34:07 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Pecus/Young-lumberjack#4