diff options
author | meekrhino <challenert@gmail.com> | 2021-09-01 16:08:43 -0500 |
---|---|---|
committer | meekrhino <challenert@gmail.com> | 2021-09-01 16:08:43 -0500 |
commit | 74b2f11c4fcf814a9b20ec70092f882d8708b837 (patch) | |
tree | f5e2ececdd54d421ec20a8bb033bd6e72fd1e327 | |
parent | 28ad05e18e924535903fe50032c4dc5c10c57155 (diff) |
Updated Feature Branches (markdown)
-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. |