rename to bmbp "Berserker Multiworld Binary Patch", which seems to be unique.
This commit is contained in:
parent
d44acfdaaf
commit
1f71067e1c
2
Patch.py
2
Patch.py
|
@ -31,7 +31,7 @@ def create_patch_file(rom_file_to_patch: str, server: str = "") -> str:
|
||||||
bytes = generate_patch(load_bytes(rom_file_to_patch),
|
bytes = generate_patch(load_bytes(rom_file_to_patch),
|
||||||
{
|
{
|
||||||
"server": server}) # allow immediate connection to server in multiworld. Empty string otherwise
|
"server": server}) # allow immediate connection to server in multiworld. Empty string otherwise
|
||||||
target = os.path.splitext(rom_file_to_patch)[0] + ".bbp"
|
target = os.path.splitext(rom_file_to_patch)[0] + ".bmbp"
|
||||||
write_lzma(bytes, target)
|
write_lzma(bytes, target)
|
||||||
return target
|
return target
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue