diff options
-rw-r--r-- | Branches.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Branches.md b/Branches.md new file mode 100644 index 0000000..b727caa --- /dev/null +++ b/Branches.md @@ -0,0 +1,16 @@ +This page contains a list of user created "Patch Branches" and "Base Branches". + +## Patch Branches + +Patch 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 patch branch for install directions or important notes. + +- [GS-Intro-Movie.md](https://github.com/thegsproj/pokegscrystal/blob/GS-Intro-Movie/docs/gs_intro_movie.md) - Brings the Intro Movie from `pokegold` to `pokecrystal`, by (Vulcandth) + +## Base Branches + +Base branches are typically not very portable and are designed to user's to use them as a base to build on top of. + +- [pokecrystal-optimization](https://github.com/mid-kid/pokecrystal/tree/optimization) - Aims to remove all of the unused code/data. +- [pokecrystal-no-maps](https://github.com/Rangi42/pokecrystal/tree/no-maps) - Removes all but some essential maps. +- [pokecrystal-60fps-example](https://github.com/hyperdriveguy/pokecrystal-60fps-example) - 60 FPS and running shoes on vanilla pokecrystal. +- [pokecrystal-Improved Sprites](https://github.com/SoupPotato/pokecrystal_SpriteBase) - New animated sprites (by SoupPotato) and extended sprite table for further customization. Intended to be used as a base. |