squid-man / MegaMan2Randomizer2

Mega Man 2 Randomizer
8 stars 4 forks source link

Convert mm2rng_prepatch.ips to ASM and build during build process #206

Closed TheRealQuantam closed 1 month ago

TheRealQuantam commented 1 month ago

Converts the prepatch IPS to ASM and uses snarfblasm to automatically compile it during the build process. This is a temporary solution until JS65 is ready for use (#194), because who knows when that will be.

snarfblasm has some build warnings, which irks me, but as that's an upstream project we'll have to see what can be done about that in the future.