Skip to content

Conversation

@hlatourette
Copy link
Contributor

@hlatourette hlatourette commented Jan 11, 2026

Same as #140 (addressing #125) to keep Part II hardware.inc version consistency across sections of a given part of the tutorial. Title screen was merged prior to PR 140 (in #137) and wasn't covered in that change set.

Looks like this may also need to be done to the serial-link section that was introduced and merged in #88. Can do that here as well if you want.

Confirmed build using Dockerfile:

FROM ghcr.io/gbdev/rgbds:latest AS build
RUN apt-get update && apt-get install -y && \
    apt-get autoremove && \
    apt-get -y clean && \
    rm -rf /var/lib/apt/lists/*
COPY . /usr/local/src/unbricked
WORKDIR /usr/local/src/unbricked
RUN ./build_all.sh

Output

docker build --target=build -t unbricked .
[+] Building 1.1s (10/10) FINISHED                                          docker:default

@avivace
Copy link
Member

avivace commented Jan 11, 2026

Thanks @hlatourette !

@avivace avivace merged commit dcba094 into gbdev:master Jan 11, 2026
3 checks passed
@hlatourette
Copy link
Contributor Author

No prob @avivace, I'll go ahead and open on to update the Serial Link section of Pt II as well. Though I did notice the markdown page has some potentially odd rendering going on?

Screenshot from 2026-01-11 18-36-42

@hlatourette hlatourette deleted the update-hardware-inc-version branch January 14, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants