summaryrefslogtreecommitdiff
path: root/Tutorials.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-21 12:54:28 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-21 12:54:28 -0400
commit90e19e82d784acb20c5be6d54911c2b0337d22b2 (patch)
tree137d9dea2545f6e0a9e4495ab8bdfc5ca4ac4354 /Tutorials.md
parentde8d08bfa60cf2dafa7d976814dbd456ecd89ee9 (diff)
HM08 SOftboiled
Diffstat (limited to 'Tutorials.md')
-rw-r--r--Tutorials.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/Tutorials.md b/Tutorials.md
index a7c31bd..89c4745 100644
--- a/Tutorials.md
+++ b/Tutorials.md
@@ -17,7 +17,7 @@ Tutorials may use diff syntax to show edits:
- [Move (up to 254)](Add-a-new-move)
- [Move effect](Add-a-new-move-effect)
- [Item (up to 254)](Add-different-kinds-of-new-items)
-- [TM (up to 120)](Add-a-new-TM)
+- [TM or HM (up to 120)](Add-a-new-TM-or-HM)
- [Party menu icon (up to 253)](Add-a-new-party-menu-icon)
- [Overworld sprite](Add-a-new-overworld-sprite)
- [Map object movement behavior](Add-a-new-map-object-movement-behavior)
@@ -67,8 +67,7 @@ Tutorials may use diff syntax to show edits:
- Move effect script command
- 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 (demonstrating how HMS themselves work, since Rock Smash already exists)
+- Field moves:
- Dive (exists in [Orange](https://github.com/PiaCarrot/pokeorange))
- Rock Climb (exists in [Orange](https://github.com/PiaCarrot/pokeorange))
- Evolution methods (location, held item, move, [etc](https://gitgud.io/pfero/axyllagame/commit/81914d43eb89195734caee724c0a40d4686a0bab))