diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2017-09-04 19:41:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 19:41:47 -0400 |
commit | 675bdb52508deb085813588203baa7cd9c9de24c (patch) | |
tree | 527cc8e368b12b725737778d12efbc38d41a3df5 | |
parent | 7ea0d462c49360351006f246f0a300aaa765a843 (diff) |
Add Discord and other disassemblies.
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -7,3 +7,24 @@ It builds the following rom: * pokeemerald.gba `sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7` To set up the repository, see [**INSTALL.md**](INSTALL.md). + + +## 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 Ruby**][pokeruby] +* 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 +[pokeruby]: https://github.com/pret/pokeruby +[Discord]: https://discord.gg/cJxDDVP +[irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret |