A Python recreation of the Mew Machine software. This script adds a nearly legit YOSHIRA Mew to your save file when you have a open slot in your party.
- Python 3.6+
- A dumped save file from a Pokemon Red or Pokémon Blue game
- An empty slot in your party
- Clone this repo using the
git clone https://github.com/guilherssousa/mew-machine.git
command. - Backup your save file. I don't want to be responsible for any damage to your save file.
- Run the script using
python main.py <path-to-save-file>
. The python command may bepython3
orpy
depending on your system, and the path to the save file may be relative or absolute.
This will generate a YOSHIRA Mew in your save file party with a random Trainer ID and display a fancy Certificate of Authenticity on your screen.
The Special Machine, also known as Mew Machine, was used to distribute event Pokémon in Generation I starting with the Nintendo Space World '97 Mew distribution. It was mainly used to distribute Mew but also other events like Surfing Pikachu.
The Mew generated by this script is a nearly identical copy from a legit YOSHIRA Mew, that was distributed firstly at the Pokémon League Nintendo Training Tour '99 on October 1999.
The YOSHIRA Mew was distributed in two Mew Machines, and the differences between the two were the OT names they used, "YOSHIRA" and "YOSHIRB" respectively.
The IVs of the YOSHIRA Mew are: IVs: 5 HP, 10 Attack, 1 Defense, 12 Speed, and 5 Special.
The script uses a YOSHIRA Mew distributed on U.S. Toys "R" Us stores from October 8th 1999 to December 12th 1999 as a base to generate a new YOSHIRA Mew with a random Trainer ID.
The generated Mew is a nearly identical copy from a legit YOSHIRA Mew, so it's a legit Mew with a random Trainer ID. Since it's not a official Nintendo distribution, it's not fully legit, but it's as close as it gets since it's a copy from a legit one. At the end, it's up to you to decide if it's legit or not. I personally consider it 95% legit. The only thing that makes it not fully legit is that it didn't came out of a Mew Machine.
I don't know, I didn't test it. If you want to test it, please let me know if it works or not!
I tested transfering using PKHeX and it did not worked, so I don't think it will work on the Virtual Console games.
You can transfer it to Gen II games and it will still be considered a legit Mew. But you can't transfer it to Gen III games or later, since there is no way to trade from Gen I/II to Gen III games. As a side effect, you can't transfer it to Pokémon HOME either.
- Jenn from Reddit, Deoxyz and the Digiex community for the Pokemon GEN1 YOSHIRA Mew Red Distribution Cart Save File used to sample Mew DNA.
- Bulbapedia for the articles on the Mew Machine, the Pokémon League Nintendo Training Tour '99 Mew, the U.S. Toys "R" Us Mew and the Save data structure (Generation I) and the Mew Machine photo.
- EveryGameEver for the amazing Ep. 9 - EVERY Gen 1 Event Pokémon Feat. Nintendo Rep Jeremy Hepworth video, that helped me to know more about the Mew Machine events and the YOSHIRA Mew.