summaryrefslogtreecommitdiff
path: root/scripts/linux/appimage
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2023-06-05 19:11:22 -0400
committerGitHub <noreply@github.com>2023-06-05 19:11:22 -0400
commit7e1ee6e23efc08feb209f285b0e7c3d896399024 (patch)
tree4a48586295539f0b8ae41d90e50d73c77eacd635 /scripts/linux/appimage
parent820fdf78cc169d77ebfc9234a96284b2f6bea078 (diff)
N64 PAL 1.1 Support (#2773)
* Initial PAL 1.1 support * 1.1 Asset Fixes * Fixed issue where N64 builds were being flagged as MQ * Misc fixes * Updated LUS submodule * Fixed up logo strings * Updated readme and linux/mac scripts with new hash
Diffstat (limited to 'scripts/linux/appimage')
-rw-r--r--scripts/linux/appimage/soh.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/linux/appimage/soh.sh b/scripts/linux/appimage/soh.sh
index b8de73641..c9b7d2490 100644
--- a/scripts/linux/appimage/soh.sh
+++ b/scripts/linux/appimage/soh.sh
@@ -40,6 +40,14 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do
continue
fi
;;
+ cfbb98d392e4a9d39da8285d10cbef3974c2f012)
+ if [[ ! -e "$SHIP_HOME"/oot.otr ]]; then
+ ROM=N64_PAL_11
+ OTRNAME="oot.otr"
+ else
+ continue
+ fi
+ ;;
50bebedad9e0f10746a52b07239e47fa6c284d03)
if [[ ! -e "$SHIP_HOME"/oot-mq.otr ]]; then
ROM=GC_MQ_D