summaryrefslogtreecommitdiff
path: root/Branches.md
blob: f95bf044547e7ec3cfac2236138027097e16b94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 for 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.