mirror of
https://github.com/GrenderG/mewdistro.git
synced 2026-03-21 09:44:09 -05:00
ROM to distribute an origina Mew to Gen 1 and 2 Pokémon games.
| .gitignore | ||
| gen1.h | ||
| LICENSE | ||
| Makefile | ||
| mewdistro.c | ||
| README.md | ||
Mewdistro
Mewdistro is a small custom ROM designed for transferring Pokémon to Gen 1 and 2 (through time capsule) Pokémon games. At this moment, it's capable of transferring a legitimate Mew that was distributed during the Spanish Pokémon Championship in the year 2000, with the OT/ EUROPE.
More information about it can be found here:
- Preserved file by Project Pokémon
- 2000 Spanish Pokémon Championship Thread
- UK Mew from July/August 2000 Thread
- Gen I-V Event Contributions Message 1
- Gen I-V Event Contributions Message 2
This project can be easily modified to transfer any Pokémon.
Building
You need gbdk-2020 to build the project (version 4.20 was used at the time of writing this but I guess newer ones will also work). Then simply run make.
Related Projects
Acknowledgements
- Based on: Pokemon Distribution ROM (Original license)
- Used for referencing: Spoofing Pokémon trades with the Stellaris LaunchPad
- Thanks to toxa for helping me with optimizations.
- Thanks to Lorenzooone for helping me understand some parts of the trading protocol.