diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-23 12:57:52 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-23 12:57:52 -0400 |
commit | 1bca5c22a59f7b210631dadb367c3f6e25775382 (patch) | |
tree | 9299782cd215b231e43eeea5d651febc672e8f1d /Tutorials.md | |
parent | d4a929d2ff5b5dd2bae9bc82af1146f882446f94 (diff) |
List to-do tutorials
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Tutorials.md b/Tutorials.md index a3b42a7..f8a21c8 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -37,3 +37,41 @@ Tutorials may use diff syntax to show edits: - [Infinitely reusable TMs](Infinitely-reusable-TMs) - [Automatically reuse Repel](Automatically-reuse-Repel) - [Running Shoes](Running-Shoes) + +**To do:** *(feel free to contribute one of these!)* + +- Mart +- Decoration for your room +- Spawn point (for Fly or Teleport) +- Wild data +- Roaming Pokémon +- Tileset, with animated tiles +- Object facing +- Map event script command +- 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) +- Fourth fishing rod +- 8th wild grass slot +- Two more Unown forms +- Evolution method (location, held item, move) +- More daily and weekly events +- Change the player sprite graphics and colors +- Show the tops of leaders' heads on the trainer card +- Third trainer card page for Kanto badges +- Allow multiple banks of trainer party data +- Custom DVs for individual trainer teams (allows trainers to have shiny Pokémon) +- Remove all Pokémon sprite animations +- Increase Pokémon sprite animation size, from 128 to 256 tiles +- Increased tileset size, from 192 to 255 tiles +- Implement dynamic overhead+underfoot bridges +- 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)) +- 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) |