diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..424b53d --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# Pokémon Mystery Dungeon: Red Rescue Team [![Build Status][travis-badge]][travis] + +This is a disassembly of Pokémon Mystery Dungeon: Red Rescue Team. + +It builds the following rom: + +* pmd_red.gba `md5: 2100cf6f17e12cd34f1513647dfa506b` + +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 Gold**][pokegold] +* Disassembly of [**Pokémon Crystal**][pokecrystal] +* Disassembly of [**Pokémon Pinball**][pokepinball] +* Disassembly of [**Pokémon TCG**][poketcg] +* Disassembly of [**Pokémon Fire Red**][pokefirered] +* Disassembly of [**Pokémon Ruby/Sapphire**][pokeruby] +* 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 +[pokegold]: https://github.com/pret/pokegold +[pokecrystal]: https://github.com/pret/pokecrystal +[pokepinball]: https://github.com/pret/pokepinball +[poketcg]: https://github.com/pret/poketcg +[pokefirered]: https://github.com/pret/pokefirered +[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/pokeruby +[travis-badge]: https://travis-ci.org/pret/pokeruby.svg?branch=master |