OoT updates (#160)
* OoT: disable mixed entrance pools and decoupled entrances for now * OoT: fix error message crash in get_hint_area * Oot Adjuster: kill zootdec if it's not the vanilla rom anymore * OoT Adjuster: fix dmaTable issue Adjuster should now work on compiled versions of the software * OoT: don't skip dungeon items shuffled as any_dungeon for barren hints * OoT: wrap zootdec remove in try-finally
This commit is contained in:
@@ -282,7 +282,7 @@ class Rom(BigStream):
|
||||
|
||||
|
||||
def compress_rom_file(input_file, output_file):
|
||||
compressor_path = data_path("Compress")
|
||||
compressor_path = "."
|
||||
|
||||
if platform.system() == 'Windows':
|
||||
executable_path = "Compress.exe"
|
||||
|
||||
Reference in New Issue
Block a user