mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
rename to bmbp "Berserker Multiworld Binary Patch", which seems to be unique.
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user