diff options
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 5 |
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)) |