diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-08 20:31:02 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-08 20:31:02 -0400 |
commit | c6375582b9d82bdbcab45460b02f9aa01c638594 (patch) | |
tree | bf4ab47e25e211fc0233118a601c9b7763b29564 /Tutorials.md | |
parent | 74991a8216424de4be77f2bc135ff9b500f639aa (diff) | |
parent | f6315d446d7e3db4d68e11a91510afbc1d25fa8a (diff) |
Merge branch 'master' of https://github.com/pret/pokecrystal.wiki
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Tutorials.md b/Tutorials.md index 0b2499c..9f2dced 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -61,7 +61,10 @@ 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) -- HM (for Rock Smash) +- HMs: + - Rock Smash + - Dive + - Rock Climb - Two more Unown forms - Evolution method (location, held item, move) - More daily and weekly events @@ -76,8 +79,6 @@ Tutorials may use diff syntax to show edits: - Gain experience from catching Pokémon - Evolution moves from Gen 7 - Puddles that splash (from [Polished Crystal](https://github.com/Rangi42/polishedcrystal/commit/14433071fc9d6c9452e964a6d486bc85939244bf)) -- Rock Climb field move -- Dive field move - A trainer type that has a different party for all 16 badge counts (useful for open world games) ([via](https://hax.iimarckus.org/topic/7137/)) - Nuzlocke mode (an in-game enforced [Nuzlocke Challenge](https://bulbapedia.bulbagarden.net/wiki/Nuzlocke_Challenge)) - Useful unused content (`COLL_CURRENT_*`, `HELD_PREVENT_*`, `ENVIRONMENT_5`, `TRADE_GENDER_MALE`, `GROWTH_SLIGHTLY_*`, `SPRITE_UNUSED_GUY`, `PAL_NPC_PINK`, etc) |