mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-24 16:01:26 +00:00
add tools/extract_assets.sh
This commit is contained in:
parent
bb7215b25a
commit
2843f50ea4
1 changed files with 13 additions and 0 deletions
13
tools/extract_assets.sh
Executable file
13
tools/extract_assets.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# SPDX-FileCopyrightText: © 2024 ZeldaRET
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
then
|
||||
echo "Usage: $0 <version> [args...]"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
v=$1
|
||||
.venv/bin/python3 -m tools.assets.extract extracted/$v/baserom extracted/$v -v $v "${@:2}"
|
Loading…
Add table
Add a link
Reference in a new issue