From 0ca00a7da6e3eb7a853ead93c5d5251d44b7bd16 Mon Sep 17 00:00:00 2001 From: vulcandth Date: Tue, 5 Apr 2022 18:27:54 -0500 Subject: Created Branches (markdown) --- Branches.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Branches.md 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 `. 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. -- cgit v1.2.3