diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2019-06-16 22:26:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 22:26:10 +0100 |
commit | 89da828794d036e33ef313ab95868c8be6bb039f (patch) | |
tree | 85c5da72adb71e7be47556f6a0d107b982008dfc | |
parent | 5847d4f03cd2f8beef4dc4773fc541e47e3ede12 (diff) |
Another update for README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -2,11 +2,14 @@ [![Build Status][travis-badge]][travis] -This is a disassembly of Pokémon Emerald. +[travis]: https://travis-ci.org/pret/pokeemerald +[travis-badge]: https://travis-ci.org/pret/pokeemerald.svg?branch=master + +This is a decompilation of Pokémon Emerald. It builds the following ROM: -* **pokeemerald.gba** `sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7` +* [**pokeemerald.gba**](https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=1961) `sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7` To set up the repository, see [INSTALL.md](INSTALL.md). @@ -31,7 +34,3 @@ Other disassembly and/or decompilation projects: ## Contacts You can find us on [Discord](https://discord.gg/6EuWgX9) and [IRC](https://kiwiirc.com/client/irc.freenode.net/?#pret). - - -[travis]: https://travis-ci.org/pret/pokeemerald -[travis-badge]: https://travis-ci.org/pret/pokeemerald.svg?branch=master |