mirror of
https://github.com/zeldaret/oot
synced 2026-08-21 22:40:55 -04:00
Make needed extracted directories in extract scripts (#2185)
This commit is contained in:
@@ -2060,6 +2060,8 @@ def main():
|
||||
version : str = args.oot_version
|
||||
output_dir : Path = args.output_dir
|
||||
|
||||
args.output_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
config = version_config.load_version_config(version)
|
||||
code_vram = config.dmadata_segments["code"].vram
|
||||
|
||||
|
||||
Reference in New Issue
Block a user