diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2017-09-04 19:40:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 19:40:49 -0400 |
commit | 2df2b6280c69d6cd80f4f03be86cdc5628365bf5 (patch) | |
tree | a97eccde4bce905ceb37fb552691bc7283c117e7 | |
parent | d7a6ff0e4dab0c96ac49975a0695014bff2b9654 (diff) |
Add Discord and other disassemblies.
-rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -9,8 +9,24 @@ It builds the following roms: To set up the repository, see [INSTALL.md](INSTALL.md). -### irc: [freenode#pret][irc] +## See also +* Disassembly of [**Pokémon Red/Blue**][pokered] +* Disassembly of [**Pokémon Yellow**][pokeyellow] +* Disassembly of [**Pokémon Crystal**][pokecrystal] +* Disassembly of [**Pokémon Pinball**][pokepinball] +* Disassembly of [**Pokémon TCG**][poketcg] +* Disassembly of [**Pokémon Emerald**][pokeemerald] +* Discord: [**pret**][Discord] +* irc: **irc.freenode.net** [**#pret**][irc] + +[pokered]: https://github.com/pret/pokered +[pokeyellow]: https://github.com/pret/pokeyellow +[pokecrystal]: https://github.com/pret/pokecrystal +[pokepinball]: https://github.com/pret/pokepinball +[poketcg]: https://github.com/pret/poketcg +[pokeemerald]: https://github.com/pret/pokeemerald +[Discord]: https://discord.gg/cJxDDVP [irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret [travis]: https://travis-ci.org/pret/pokeruby [travis-badge]: https://travis-ci.org/pret/pokeruby.svg?branch=master |