diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-10-16 17:11:54 +0800 |
---|---|---|
committer | void <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-18 18:29:52 +0800 |
commit | 9e5147a9adf9dc0aba908f38637cd0b4da2cbbcc (patch) | |
tree | 4c6d69c6023e4bb9adb728b75b59f24cd5801002 /README.md | |
parent | 97ab00ba2189c4d8b483ddcad3fc7cf97386122b (diff) |
Makefile overhaul
Addition of a build directory, and more flexible to allow for possible blue build.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,10 +1,10 @@ -# Pokémon Mystery Dungeon: Red Rescue Team [![Build Status][travis-badge]][travis] +# Pokémon Mystery Dungeon: Red Rescue Team This is a disassembly of Pokémon Mystery Dungeon: Red Rescue Team. It builds the following rom: -* pmd_red.gba `md5: 2100cf6f17e12cd34f1513647dfa506b` +* pmd_red.gba `sha1: 9f4cfc5b5f4859d17169a485462e977c7aac2b89` To set up the repository, see [INSTALL.md](INSTALL.md). @@ -33,5 +33,3 @@ To set up the repository, see [INSTALL.md](INSTALL.md). [pokeemerald]: https://github.com/pret/pokeemerald [Discord]: https://discord.gg/6EuWgX9 [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 |