diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-09 17:35:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 19:35:12 -0500 |
commit | 386299d1f401cb939e6fe3ea16d0ca57731b2648 (patch) | |
tree | bb0644a8ad61f43d483dfbc2932011bcfa2388ab /README.md | |
parent | f55ac4c552291687f5a3972b2ad9bdb187676229 (diff) |
Makefile and Install.md Revamp (#41)
* Makefile: move over to gcc for preproc and ditch cpp
* INSTALL: rewrite INSTALL
* README: add CI badge
* Makefile: make tools build before anything else
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,7 @@ # Pokémon Mystery Dungeon: Red Rescue Team +[](https://github.com/pret/pmd-red/actions/workflows/build.yml) + This is a disassembly of Pokémon Mystery Dungeon: Red Rescue Team. It builds the following rom: @@ -16,9 +18,10 @@ To set up the repository, see [INSTALL.md](INSTALL.md). * 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 Fire Red**/**Leaf Green**][pokefirered] * Disassembly of [**Pokémon Ruby/Sapphire**][pokeruby] * Disassembly of [**Pokémon Emerald**][pokeemerald] +* Disassembly of [**Pokémon Diamond/Pearl**][pokediamond] * Discord: [**pret**][Discord] * irc: **irc.freenode.net** [**#pret**][irc] @@ -31,5 +34,6 @@ To set up the repository, see [INSTALL.md](INSTALL.md). [pokefirered]: https://github.com/pret/pokefirered [pokeruby]: https://github.com/pret/pokeruby [pokeemerald]: https://github.com/pret/pokeemerald +[pokediamond]: https://github.com/pret/pokediamond [Discord]: https://discord.gg/d5dubZ3 [irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret |