Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grenderg/mewdistro
ROM to distribute an origina Mew to Gen 1 and 2 Pokémon games.
https://github.com/grenderg/mewdistro
distribution event gameboy gb gbdk mew pokemon
Last synced: 21 days ago
JSON representation
ROM to distribute an origina Mew to Gen 1 and 2 Pokémon games.
- Host: GitHub
- URL: https://github.com/grenderg/mewdistro
- Owner: GrenderG
- License: gpl-3.0
- Created: 2023-09-14T20:58:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-02T17:12:30.000Z (9 months ago)
- Last Synced: 2024-10-15T23:55:36.998Z (2 months ago)
- Topics: distribution, event, gameboy, gb, gbdk, mew, pokemon
- Language: C
- Homepage:
- Size: 168 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/projectpokemon/EventsGallery/tree/master/Released/Gen%201/Classic/International/2000%20Spanish%20Pok%C3%A9mon%20Championship)
- [2000 Spanish Pokémon Championship Thread](https://www.math.miami.edu/~jam/azure/forum/tuff/ultimatebb.php?ubb=get_topic;f=6;t=000256)
- [UK Mew from July/August 2000 Thread](https://projectpokemon.org/home/forums/topic/56562-uk-mew-from-julyaugust-2000/?do=findComment&comment=254955)
- [Gen I-V Event Contributions Message 1](https://projectpokemon.org/home/forums/topic/37431-gen-i-v-event-contributions-thread/?do=findComment&comment=254958)
- [Gen I-V Event Contributions Message 2](https://projectpokemon.org/home/forums/topic/37431-gen-i-v-event-contributions-thread/?do=findComment&comment=255300)## 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
- Based on: [Pokemon Distribution ROM](https://github.com/breadbored/Pokemon-Distribution-ROM) ([Original license](https://github.com/breadbored/Pokemon-Distribution-ROM/blob/main/LICENSE.md))
- Used for referencing: [Spoofing Pokémon trades with the Stellaris LaunchPad](http://www.adanscotney.com/2014/01/spoofing-pokemon-trades-with-stellaris.html)
- Thanks to [toxa](https://github.com/untoxa) for helping me with optimizations.
- Thanks to [Lorenzooone](https://github.com/Lorenzooone) for helping me understand some parts of the trading protocol.