ROM to distribute an origina Mew to Gen 1 and 2 Pokémon games.
Go to file
2025-02-10 12:54:44 +01:00
.gitignore Some refactors. 2023-09-14 23:58:47 +02:00
gen1.h Back to Master mode, GB CPU is not fast enough. 2024-02-10 12:53:25 +01:00
LICENSE Add LICENSE. 2024-02-06 18:02:09 +01:00
Makefile Add first files. 2023-09-14 23:16:57 +02:00
mewdistro.c Remove extra newline. 2025-02-09 20:25:56 +01:00
README.md Update README. 2025-02-10 12:54:44 +01:00

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:

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.

Acknowledgements