diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2017-09-04 19:26:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 19:26:17 -0400 |
commit | 571187ca9fbe1f72d56b209ca6b10d3787f84c76 (patch) | |
tree | d920a87136e47f7a097c93af6eff17dc786c2ac9 | |
parent | d051743bbde89dba3ad308b9a9c43c7669984d6e (diff) |
Add Discord and other disassembly links.
-rwxr-xr-x | README.md | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -10,4 +10,21 @@ To assemble, first download RGBDS (https://github.com/bentley/rgbds/releases) an Copy the above ROM to this directory as "baserom.gbc". Run `make` in your shell. -This will output a file named "tcg.gbc".
\ No newline at end of file +This will output a file named "tcg.gbc". + + +# 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] +* 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 +[Discord]: https://discord.gg/cJxDDVP +[irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret |