diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-08 20:32:30 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-08 20:32:30 -0400 |
commit | 86f8467041b368278cc6c706e96c519176e94e8b (patch) | |
tree | 9a7b43e674ca7b1a617014982c18778dd5d5a1e8 | |
parent | c6375582b9d82bdbcab45460b02f9aa01c638594 (diff) |
TODO
-rw-r--r-- | Tutorials.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tutorials.md b/Tutorials.md index 9f2dced..76520d1 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -62,9 +62,9 @@ Tutorials may use diff syntax to show edits: - Example map scripts (for common cases like an NPC that gives you an item) - Scene for an existing map (aka triggers; auto-running event scripts) - HMs: - - Rock Smash - - Dive - - Rock Climb + - Rock Smash (demonstrating how HMS themselves work, since Rock Smash already exists) + - Dive (exists in [Orange](https://github.com/PiaCarrot/pokeorange)) + - Rock Climb (exists in [Orange](https://github.com/PiaCarrot/pokeorange)) - Two more Unown forms - Evolution method (location, held item, move) - More daily and weekly events |