summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-04-05 18:27:54 -0500
committervulcandth <vulcandth@gmail.com>2022-04-05 18:27:54 -0500
commit0ca00a7da6e3eb7a853ead93c5d5251d44b7bd16 (patch)
treeb7b89e50930050f24acb3007545cdff617ff6385
parenta96b8ead25bc633117941bdcc2c95e424cd5c006 (diff)
Created Branches (markdown)
-rw-r--r--Branches.md16
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.