Pass in custom assets to OTRExporter (#3328)

* bump submodules and use custom assets dir

* bump submodules
This commit is contained in:
Adam Bird
2023-10-24 20:51:54 -07:00
committed by GitHub
parent 3558a32222
commit e369ad4c86
5 changed files with 5 additions and 9 deletions

View File

@@ -180,9 +180,7 @@ if [ ! -e "$SHIP_HOME"/oot.otr ] || [ ! -e "$SHIP_HOME"/oot-mq.otr ]; then
export ASSETDIR
cp -r "$RESPATH/assets" "$ASSETDIR"
mkdir -p "$ASSETDIR"/tmp
mkdir -p "$ASSETDIR"/Extract
cp "$ROMPATH" "$ASSETDIR"/tmp/rom.z64
cp -r "$ASSETDIR"/assets/game "$ASSETDIR"/Extract/assets/
cd "$ASSETDIR" || return
# If an invalid rom was detected, let the user know