Fill: fix non_local_items breaking in single player

This commit is contained in:
Fabian Dill
2021-09-15 01:02:06 +02:00
parent ee1ea881e8
commit 5d68dc568f
3 changed files with 5 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ class LocalRom(object):
self.encrypt_range(0x180140, 32, key)
self.encrypt_range(0xEDA1, 8, key)
def write_to_file(self, file, hide_enemizer=False):
def write_to_file(self, file):
with open(file, 'wb') as outfile:
outfile.write(self.buffer)