diff options
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tutorials.md b/Tutorials.md index e7644c1..fc3cc09 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -24,7 +24,7 @@ Tutorials may use diff syntax to show edits: - [TM (up to 120)](Add-a-new-TM) - [Party menu icon (up to 253)](Add-a-new-party-menu-icon) - [Overworld sprite](Add-a-new-overworld-sprite) -- [Sprite movement behavior](Add-a-new-sprite-movement-behavior) +- [Map object movement behavior](Add-a-new-map-object-movement-behavior) - [Mart](Add-a-new-Mart) - [Music song](Add-a-new-music-song) - [Pack pocket](Add-a-new-Pack-pocket) @@ -48,6 +48,7 @@ Tutorials may use diff syntax to show edits: - [Infinitely reusable TMs](Infinitely-reusable-TMs) - [Automatically reuse Repel](Automatically-reuse-Repel) - [Running Shoes](Running-Shoes) +- [Puddles that splash the way tall grass rustles](Puddles-that-splash-the-way-tall-grass-rustles) **To do:** *(feel free to contribute one of these!)* @@ -78,7 +79,6 @@ Tutorials may use diff syntax to show edits: - Pan the camera for cutscenes by making the player invisible - Gain experience from catching Pokémon - Evolution moves from Gen 7 -- Puddles that splash (from [Polished Crystal](https://github.com/Rangi42/polishedcrystal/commit/14433071fc9d6c9452e964a6d486bc85939244bf)) - 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) |