1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-05 07:24:34 +00:00

Make needed extracted directories in extract scripts (#2185)

This commit is contained in:
Derek Hensley 2024-09-11 07:51:53 -06:00 committed by GitHub
parent 5419a18d79
commit d9af701b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -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