Update documentation:

- Apply more edits from #595
- Move music ID behavior from the wiki to docs
- Move assembly programming links from docs to the wiki
- Describe why the TM item gaps exist
This commit is contained in:
Rangi
2019-02-17 13:18:38 -05:00
parent 1e5c95d8d4
commit a999787cb8
9 changed files with 181 additions and 46 deletions

3
FAQ.md
View File

@@ -71,7 +71,7 @@ It really depends on what image you're trying to change the colors of, where the
## How do I write new features?
There are a number of special-purpose scripting languages, as described in [docs](docs/). For more general features, you'll need to code directly in assembly language. See [docs/assembly_programming.md](docs/assembly_programming.md). Some of the [tutorials][tutorials] may also be helpful.
There are a number of special-purpose scripting languages, as described in [docs](docs/). For more general features, you'll need to code directly in [assembly language][asm]. Some of the [tutorials][tutorials] for specific features may also be helpful.
## I need more help!
@@ -83,3 +83,4 @@ Try asking on IRC or Discord (see [README.md](README.md)).
[polished-map]: https://github.com/Rangi42/polished-map
[crowdmap]: https://github.com/yenatch/crowdmap/
[tutorials]: https://github.com/pret/pokecrystal/wiki/Tutorials
[asm]: https://github.com/pret/pokecrystal/wiki/Assembly-programming