diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2017-12-31 13:24:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-31 13:24:19 -0500 |
commit | e8e3d8d26aacc10f7e6d17e403f76c607a5528e1 (patch) | |
tree | 2e778dfc0cdbc71062dba895e93c15d620a792e5 | |
parent | df2fab203a5e6ffbabb9d84ea509a818bb26984f (diff) |
Add pokegold and pokefirered.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,19 +12,23 @@ To set up the repository, see [**INSTALL.md**](INSTALL.md). ## See also * Disassembly of [**Pokémon Red/Blue**][pokered] +* Disassembly of [**Pokémon Gold**][pokegold] * Disassembly of [**Pokémon Crystal**][pokecrystal] * Disassembly of [**Pokémon Pinball**][pokepinball] * Disassembly of [**Pokémon TCG**][poketcg] * Disassembly of [**Pokémon Ruby**][pokeruby] +* Disassembly of [**Pokémon Fire Red**][pokefirered] * Disassembly of [**Pokémon Emerald**][pokeemerald] * Discord: [**pret**][Discord] * irc: **irc.freenode.net** [**#pret**][irc] [pokered]: https://github.com/pret/pokered +[pokegold]: https://github.com/pret/pokegold [pokecrystal]: https://github.com/pret/pokecrystal [pokepinball]: https://github.com/pret/pokepinball [poketcg]: https://github.com/pret/poketcg [pokeruby]: https://github.com/pret/pokeruby +[pokefirered]: https://github.com/pret/pokefirered [pokeemerald]: https://github.com/pret/pokeemerald [Discord]: https://discord.gg/cJxDDVP [irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret |