Skip to content
mid-kid edited this page Sep 26, 2022 · 26 revisions

This page contains a list of user created branches:

Feature Branches

Feature branches are typically used to generate a .patch file that may be applied to other rom hacks. Often patch branches are too complicated for a Tutorial, but simple enough to be applied using git apply <generated.patch>. It is recommended you read the documentation for the branch for install directions or important notes.

Base Branches

Base branches are typically not very portable and are designed for user's to use them as a base to build on top of.

Fix Branches

Fix branches are similar to base branches yet can either be a romhack with a commit used for fixes for a particular bug or a branch exclusive to bugfixes.

Clone this wiki locally