RomPatcher.js
RomPatcher.js copied to clipboard
Request: Passing ROM file programmatically
I've been looking into setting this up for making it easier to apply patches from here: https://wiki.zeldahacking.net/oracle/List_of_hacks
All of these patches are applied to one of two games, Oracle of Ages or Oracle of Seasons. I thought it would be nice if, after being selected once, the ROM could be stored in local storage and passed directly to RomPatcher.js instead of having to select the file again each time the page is reloaded.
Depending on a file dialog makes it impossible to automate this since it can't be interacted with programmatically, for obvious security reasons.