diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2017-09-04 19:41:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 19:41:13 -0400 |
commit | 7c6932fbae357f0e514516a8f3468783efa93c65 (patch) | |
tree | d32087c7dac29a20ce699ea7b656ce41dbc262d0 | |
parent | a497ca3c2e014355c958fd8381b51a9e917969fc (diff) |
Add Gen 3 disassemblies.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,8 @@ To set up the repository, see [INSTALL.md](INSTALL.md). * Disassembly of [**Pokémon Yellow**][pokeyellow] * Disassembly of [**Pokémon Pinball**][pokepinball] * Disassembly of [**Pokémon TCG**][poketcg] +* Disassembly of [**Pokémon Ruby**][pokeruby] +* Disassembly of [**Pokémon Emerald**][pokeemerald] * Discord: [**pret**][Discord] * irc: [freenode#pret][irc] @@ -21,6 +23,8 @@ To set up the repository, see [INSTALL.md](INSTALL.md). [pokeyellow]: https://github.com/pret/pokeyellow [pokepinball]: https://github.com/pret/pokepinball [poketcg]: https://github.com/pret/poketcg +[pokeruby]: https://github.com/pret/pokeruby +[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/pokecrystal |