MetroidAdvRandomizerSystem / mars-patcher

GNU General Public License v3.0
3 stars 3 forks source link

Add optional patch output #84

Open Miepee opened 2 weeks ago

Miepee commented 2 weeks ago

e.g. something like python -m mars_patcher input.gba output.gba patch-data.json --output-patch output.ips

Miepee commented 1 week ago

This needs support within the patcher to create patches. As far as I can see, we have a few options for this:

cluekitty commented 1 week ago

If we wanted to write our own functions, I have a saved copy of the BPS spec from byuu.org before it went offline

biosp4rk commented 1 week ago

I don't mind recreating flips code for creating patches in python

duncathan commented 1 week ago

what's the point of doing this instead of just patching the game?