diff options
-rw-r--r-- | .gitignore | 0 | ||||
-rw-r--r-- | INSTALL.md | 7 | ||||
-rw-r--r-- | README.md | 34 |
3 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/.gitignore diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 00000000..4c84c23b --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,7 @@ +# Prerequisites + +# Installation + +# Notes + + diff --git a/README.md b/README.md new file mode 100644 index 00000000..a6341a91 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Pokémon Diamond + +This is a decompilation of Pokémon Diamond. + +It builds the following ROM: + +* [**pokediamond.nds**](https://datomatic.no-intro.org/index.php?page=show_record&s=28&n=1015) `sha1: a46233d8b79a69ea87aa295a0efad5237d02841e` + +To set up the repository, see [INSTALL.md](INSTALL.md). + +## See also + +Other disassembly and/or decompilation projects: +* [**Pokémon Red and Blue**](https://github.com/pret/pokered) +* [**Pokémon Gold and Silver (Space World '97 demo)**](https://github.com/pret/pokegold-spaceworld) +* [**Pokémon Yellow**](https://github.com/pret/pokeyellow) +* [**Pokémon Trading Card Game**](https://github.com/pret/poketcg) +* [**Pokémon Pinball**](https://github.com/pret/pokepinball) +* [**Pokémon Stadium**](https://github.com/pret/pokestadium) +* [**Pokémon Gold and Silver**](https://github.com/pret/pokegold) +* [**Pokémon Crystal**](https://github.com/pret/pokecrystal) +* [**Pokémon Ruby and Sapphire**](https://github.com/pret/pokeruby) +* [**Pokémon Pinball: Ruby & Sapphire**](https://github.com/pret/pokepinballrs) +* [**Pokémon FireRed and LeafGreen**](https://github.com/pret/pokefirered) +* [**Pokémon Mystery Dungeon: Red Rescue Team**](https://github.com/pret/pmd-red) + +Gen 4 decompilation projects: +* [**Pokémon Platinum (JimB16)**](https://github.com/JimB16/PokePlat) +* [**Pokémon Platinum (Ganix)**](https://github.com/KernelEquinox/PokePlatinum) + +## Contacts + +You can find us on [Discord (#decomp)](https://discord.gg/prUAgd5). + |