From 1cd710890fa9bd79ec59d072e699f308909aece2 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 21 Aug 2023 21:04:15 -0400 Subject: [PATCH] Replace README with something more useful --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9b7c44..0f09007 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,33 @@ # PRET -Hello, world +Some would say the name stands for "Pokémon Reverse Engineering Team". We consider those people "misguided". -![](https://cdn11.bigcommerce.com/s-10c6f/images/stencil/1280x1280/products/15522/146063/BAN084-MD__38370.1648218624.jpg?c=2) +## Community pages + +PRET is not a community. + +## Disassembly and decompilation projects +### Gameboy and Gameboy Color (SM83 assembly) +* [**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 Gold and Silver**](https://github.com/pret/pokegold) +* [**Pokémon Crystal**](https://github.com/pret/pokecrystal) + +### Nintendo 64 (C and MIPS64EL assembly) +* [**Pokémon Stadium**](https://github.com/pret/pokestadium) + +### Gameboy Advance (C and ARM7TDMI assembly) +* [**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 Emerald**](https://github.com/pret/pokeemerald) +* [**Pokémon Mystery Dungeon: Red Rescue Team**](https://github.com/pret/pmd-red) + +### Nintendo DS (C/C++ and ARM946E-S assembly) +* [**Pokémon Diamond and Pearl**](https://github.com/pret/pokediamond) +* [**Pokémon Platinum**](https://github.com/pret/pokeplatinum) +* [**Pokémon HeartGold and SoulSilver**](https://github.com/pret/pokeheartgold) +* [**Pokémon Mystery Dungeon: Explorers of Sky**](https://github.com/pret/pmd-sky)