diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-12-27 13:17:34 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-12-27 13:17:34 -0500 |
commit | 9608b0a6038182fe34a61ea19aac2e534e08cd7e (patch) | |
tree | 1bfdbff351eb0e9450bd1dd0da2b6ffa084d7fd6 | |
parent | 5e0c68132621d4d0fd11a0ed6771f6a2b75333cb (diff) |
TODO
-rw-r--r-- | Add-a-new-player-gender.md | 3 | ||||
-rw-r--r-- | Tutorials.md | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Add-a-new-player-gender.md b/Add-a-new-player-gender.md new file mode 100644 index 0000000..bda5711 --- /dev/null +++ b/Add-a-new-player-gender.md @@ -0,0 +1,3 @@ +[Here](https://github.com/Rangi42/pokecrystal/commit/7ea2180143b3ae19f711a025a40087804da12339) are all the changes needed to implement a third player gender, applied to a copy of pokecrystal. You can `clone` [Rangi42/pokecrystal](https://github.com/Rangi42/pokecrystal/tree/third-gender) and `checkout` the `third-gender` branch to test it for yourself. + +TODO diff --git a/Tutorials.md b/Tutorials.md index cb997cd..e6ad7c4 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -40,6 +40,7 @@ Tutorials may use diff syntax to show edits: - [Party menu icon (up to 254)](Add-a-new-party-menu-icon) - [Overworld sprite](Add-a-new-overworld-sprite) - [Map object movement behavior](Add-a-new-map-object-movement-behavior) +- [Player gender](Add-a-new-player-gender) - [Mart (with new dialog and more items)](Add-a-new-Mart) - [Music song](Add-a-new-music-song) - [Pack pocket](Add-a-new-Pack-pocket) @@ -152,7 +153,6 @@ Feel free to contribute one of these! - Items that act like overworld moves - Show more than two Pokédex pages - Safari Game -- Add a new playable character besides Kris and Gold - Ghost and Silph Scope - Bill calls to switch boxes when one is full - Show quantity already in Pack in Marts |