Branches - pret/pokered GitHub Wiki

This page contains a list of user-created branches:

Feature Branches

Feature branches can typically be applied with git pull https://github.com/<user>/pokered <branch>. It is recommended you read the documentation for each branch for its particular install directions or important notes.

If you are starting from an unmodified copy of pokered in the same state it was when the feature branch was created, you may also be able to apply a .patch file generated from the feature branch with git apply <generated.patch>.

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.

  • expand-dex - 16-bit index expansion for Red and Blue. Currently, this allows for 16-bit indexes for Pokémon only. It is likely to be incomplete and still have bugs. Based on work originally by ShantyTown.

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.

⚠️ **GitHub.com Fallback** ⚠️