diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100755 index 0000000..fe7724e --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Pokémon Pinball: Ruby & Sapphire + +This is a disassembly of Pokémon Pinball: Ruby & Sapphire. + +It builds the following rom: + +* pokepinballrs.gba `sha1: 9fec81ce2c5df589e0371a0bf2f92a5fe8db730b` + +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 Ruby**][pokeruby] +* Disassembly of [**Pokémon Emerald**][pokeemerald] +* Disassembly of [**Pokémon Fire Red**][pokefirered] +* 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 +[pokeruby]: https://github.com/pret/pokeruby +[pokeruby]: https://github.com/pret/pokeemerald +[pokefirered]: https://github.com/pret/pokefirered +[Discord]: https://discord.gg/vdTW48Q +[irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret |