From 13873727bae4f5cde5829b54f3dd383b0941977b Mon Sep 17 00:00:00 2001 From: Ariel A <24759293+aarant@users.noreply.github.com> Date: Fri, 10 Feb 2023 19:59:02 -0500 Subject: [PATCH] Updated README with new branches. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3648a0443..893678a2dc 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ This is a fork of the [matching decompilation](https://github.com/pret/pokeemera This fork tries to maintain vanilla compatibility whenever possible. It doesn't increase the size of any save data structure or the object event structure. -There are several branches, each with one main feature: +There are several branches, each with one main feature (and sometimes some extra stuff): **followers** branch: * [HGSS-style pokémon followers](https://bulbapedia.bulbagarden.net/wiki/Walking_Pok%C3%A9mon#Pok.C3.A9mon_HeartGold_and_SoulSilver) for all 386 pokémon, including emotes, the 28 Unown forms and a majority of follower messages. * Dynamic overworld palettes & reflections compatible with vanilla berry trees. -* Function to change a pokemon's nature while preserving most properties of its PID. -* Function to detect newer emulators/new GBA hardware. +* PID (but not legitimacy) preserving Pokémon nature-changing function +* Function to detect modern emulators/GBA hardware. **icons** branch: * Everything from the **followers** branch. @@ -28,6 +28,11 @@ There are several branches, each with one main feature: * WIP interframe-blended lamp lights at night, i.e in Rustboro. * HGSS-style alpha-blended shadows for object events. +Additional branches to mention: + +* `followers-expanded-id` - like `followers`, but includes backwards-compatible 16-bit graphics IDs for object events. +* `lighting-expanded-id` - like the above but for `lighting`. + To set up the repository, see [INSTALL.md](INSTALL.md). ## See also