diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-04 21:36:40 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-04 21:36:40 -0500 |
commit | fb50de2f3ea74250f1ad5d6c8ddbeab81b9f08dc (patch) | |
tree | aee0d2802b371fae1e7c51cefc1668d1bc094594 /Tutorials.md | |
parent | 5eb8622112507db43c07af94c303a3e4a7223df1 (diff) |
Reduce the command queue system to just stone tables
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tutorials.md b/Tutorials.md index 3f9fd7d..7d8240b 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -97,6 +97,7 @@ Tutorials may use diff syntax to show edits: - [Remove the 25% failure chance for AI status moves](Remove-the-25%25-failure-chance-for-AI-status-moves) - [Remove the redundant move grammar table](Remove-the-redundant-move-grammar-table) - [Remove the opening intro](Removing-the-intro) +- [Reduce the command queue system to just stone tables](Reduce-the-command-queue-system-to-just-stone-tables) ## Features from different generations @@ -171,7 +172,6 @@ Feel free to contribute one of these! - Show quantity already in Pack in Marts - Create an NPC or trainer which has a phone number with custom messages when called - E-mail system (receive mail from NPCs by accessing PC) -- Replace command queues with just stone tables - Implement a low health warning song similar to the one in Black and White versions - Let Pokémon use HM moves just by being compatible with them (from [Coral](https://hax.iimarckus.org/post/45725/)) - Nuzlocke mode (an in-game enforced [Nuzlocke Challenge](https://bulbapedia.bulbagarden.net/wiki/Nuzlocke_Challenge)) |