Skip to content
Shaun Wheelhouse edited this page Jul 5, 2024 · 3 revisions

Some mods for pokered-gbc.

Mods

mod-alakazamaniac

Adds a trade NPC to the Celadon hotel who will exchange a Kadabra for an Alakazam named Hax. I don't really like this one. I went from having a painfully mid Kadabra without Confusion to a power levelling tank Alakazam I end up using as a crutch. I know the legit way required a trade, but it feels unbalanced.

mod-lemonade-evolution

Adds the ability to evolve Machoke with the lemonade you can purchase from the vending machines on the roof of the Celadon department store.

It's possible there's a bug here related to the item use flag when there's nothing to evolve or heal as the sound effect plays but the message indicating the item is unusable appears. It seems to work functionally, not going to bother troubleshooting over a sound effect you're going to hear a handful of times. If you heal all your Pokemon with lemonade, power to you.

mod-mew-encounters

Adds the ability to attract Mew when you play the PokeFlute in the basement level of the Cinnabar Island secret lab.

My testing amounted to having Mew show up and catching it on the first try. I'm pretty confident you'll be able to summon Mew as many times as you want until you catch it, but I didn't check. Let me know if you have issues.

Applying the mods

Pick the mods you want and generate diff patches for the feature branches against the branch you want to build:

git diff --no-color --binary master mod-mew-encounters >mod_mew.patch

Make sure you're on the branch you want to build (e.g master) and apply each diff patch:

git apply mod_mew.patch

Build the ROM.

Clone this wiki locally