SkyTemple / skytemple-randomizer

Randomizer GUI to randomize the ROM of Pokémon Mystery Dungeon Explorers of Sky (EU/US)
GNU General Public License v3.0
22 stars 7 forks source link

Add FixEvolutionGlitch to base patches #199

Closed Chesyon closed 6 months ago

Chesyon commented 6 months ago

Will only be applied to US ROMs, because the patch doesn't exist for other regions.

theCapypara commented 6 months ago

Hi! Have you tested this? I think is_applied throws an exception if it's not supported. See how the ExpandPokeList patch is applied.

theCapypara commented 6 months ago

Ah didn't see the second part on mobile without scrolling. I think the way it's done for ExpandPokeList would still be better, even though I guess it's unlikely this patch will ever be compatible with another reason, since it's not needed.

Chesyon commented 6 months ago

Updated to now use the same implementation as ExpandPokeList (to the best of my ability.)