diff options
-rw-r--r-- | Feature-Branches.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Feature-Branches.md b/Feature-Branches.md index 4bbaed0..3713077 100644 --- a/Feature-Branches.md +++ b/Feature-Branches.md @@ -121,7 +121,7 @@ For more info see this [Pokecommunity post](https://www.pokecommunity.com/showth Increases the number of maximum object events in the game from 255 to 65535. This is done by converting the ID from a `u8` to a `u16`. -## [free_saveblock](https://github.com/ghoulslash/pokeemerald/tree/free_saveblock) +## [free_saveblock](https://github.com/ghoulslash/pokeemerald/tree/saveblock) Maintainers: ghoulslash Free up some saveblock space by removing superfluous saveblock data. |