https://github.com/pret/pret.github.io
Webpage for the pret organization
https://github.com/pret/pret.github.io
Last synced: over 1 year ago
JSON representation
Webpage for the pret organization
- Host: GitHub
- URL: https://github.com/pret/pret.github.io
- Owner: pret
- Created: 2022-10-12T00:46:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:51:18.000Z (over 1 year ago)
- Last Synced: 2025-01-16T22:23:06.526Z (over 1 year ago)
- Size: 11.7 KB
- Stars: 9
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pret
pret is a ~~community~~ band of dedicated fans attempting to reverse engineer our favorite video games and understand how various aspects of their engines were implemented.
You can find us on:
* Discord: [pret](https://discord.gg/d5dubZ3)
* IRC: [libera#pret](https://web.libera.chat/?#pret)
## Disassembly and decompilation projects
### Game Boy and Game Boy Color (SM83 assembly)
* [**Pokémon Red and Blue**](https://github.com/pret/pokered) (Discord #pokered)
* [**Pokémon Yellow**](https://github.com/pret/pokeyellow) (Discord #pokered)
* [**Pokémon Gold and Silver (Space World '97 demo)**](https://github.com/pret/pokegold-spaceworld) (Discord #prototypes-and-leaks)
* [**Pokémon Gold and Silver**](https://github.com/pret/pokegold) (Discord #pokecrystal)
* [**Pokémon Crystal**](https://pret.github.io/pokecrystal/) (Discord #pokecrystal)
* [**Pokémon Trading Card Game**](https://github.com/pret/poketcg) (Discord #poketcg)
* [**Pokémon Trading Card Game 2**](https://github.com/pret/poketcg2) (Discord #poketcg)
* [**Pokémon Pinball**](https://github.com/pret/pokepinball) (Discord #pokepinball)
* [**Pokémon Puzzle Challenge**](https://github.com/pret/pokepuzzle) (Discord #pokepuzzle)
### Nintendo 64 (C and MIPS64EL assembly)
* [**Pokémon Stadium**](https://github.com/pret/pokestadium) (Discord #pokestadium)
* [**Pokémon Stadium 2**](https://github.com/pret/pokestadiumgs) (Discord #pokestadium)
### Game Boy Advance (C and ARM7TDMI assembly)
* [**Pokémon Ruby and Sapphire**](https://github.com/pret/pokeruby) (Discord #pokeruby)
* [**Pokémon Emerald**](https://github.com/pret/pokeemerald) (Discord #pokeemerald)
* [**Pokémon FireRed and LeafGreen**](https://github.com/pret/pokefirered) (Discord #pokefirered)
* [**Pokémon Pinball: Ruby & Sapphire**](https://github.com/pret/pokepinballrs) (Discord #pokepinballrs)
* [**Pokémon Mystery Dungeon: Red Rescue Team**](https://github.com/pret/pmd-red) (Discord #pmd-red)
* [**Pokémon Colosseum multiboot**](https://github.com/pret/colosseum-mb)
* [**Pokémon Berry fix multiboot**](https://github.com/pret/berry-fix)
### Nintendo DS (C/C++ and ARM946E-S assembly)
* [**Pokémon Diamond and Pearl**](https://github.com/pret/pokediamond) (Discord #pokediamond)
* [**Pokémon Platinum**](https://github.com/pret/pokeplatinum) (Discord #pokeplatinum)
* [**Pokémon HeartGold and SoulSilver**](https://github.com/pret/pokeheartgold) (Discord #pokeheartgold)
* [**Pokémon Mystery Dungeon: Explorers of Sky**](https://github.com/pret/pmd-sky) (Discord #pmd-sky)
### Nintendo Wii (C/C++ and PowerPC Broadway assembly)
* [**Pokémon Battle Revolution**](https://github.com/pret/pokerevo) (Discord #pokerevo)
## Disassembly and decompilation tools
* [**GB/GBC assembly tools**](https://github.com/pret/gb-asm-tools)
* [**GBA C compiler**](https://github.com/pret/agbcc) (Discord #agbcc)
* [**DS disassembly tools**](https://github.com/pret/ds_disassembly_tools)
* [**Pokémon GB/GBC reverse engineering tools**](https://github.com/pret/pokemon-reverse-engineering-tools)