mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
EBP support
This commit is contained in:
parent
df456bdfb9
commit
b052fdda13
6 changed files with 53 additions and 16 deletions
2
index.js
2
index.js
|
@ -58,7 +58,7 @@ program
|
|||
.description('creates a patch based on two ROMs')
|
||||
.argument('<original_rom_file>', 'the original ROM')
|
||||
.argument('<modified_rom_file>','the modified ROM')
|
||||
.option('-f, --format <format>','patch format (allowed values: ips [default], bps, ppf, ups, aps, rup)')
|
||||
.option('-f, --format <format>','patch format (allowed values: ips [default], bps, ppf, ups, aps, rup, ebp)')
|
||||
.action(function(originalRomPath, modifiedRomPath, options) {
|
||||
console.log(options);
|
||||
try{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue