From 15e22349df2def6b4904b9b3dd1589d703fa7105 Mon Sep 17 00:00:00 2001 From: Ada <60364512+GreatArgorath@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:24:59 +0100 Subject: [PATCH] Fixes Master Quest on Mac and Linux (#1641) --- scripts/linux/appimage/soh.sh | 4 ++++ soh/macosx/soh-macos.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/scripts/linux/appimage/soh.sh b/scripts/linux/appimage/soh.sh index 120d775c0..4df9798b3 100644 --- a/scripts/linux/appimage/soh.sh +++ b/scripts/linux/appimage/soh.sh @@ -25,6 +25,10 @@ while [[ ! -e "$SHIP_HOME"/oot.otr ]]; do ROM=GC_NMQ_D;; 0227d7c0074f2d0ac935631990da8ec5914597b4) ROM=GC_NMQ_PAL_F;; + 50bebedad9e0f10746a52b07239e47fa6c284d03) + ROM=GC_MQ_D;; + 079b855b943d6ad8bd1eb026c0ed169ecbdac7da) + ROM=GC_MQ_D;; *) if [ -n "$ZENITY" ]; then zenity --error --timeout=10 --text="ROM hash $ROMHASH does not match" --title="Incorrect ROM file" --width=500 --width=200 diff --git a/soh/macosx/soh-macos.sh b/soh/macosx/soh-macos.sh index 4d57f8782..14242a29a 100755 --- a/soh/macosx/soh-macos.sh +++ b/soh/macosx/soh-macos.sh @@ -40,6 +40,10 @@ while [ ! -e "$DATA_SHARE/oot.otr" ]; do export ROM=GC_NMQ_D;; 0227d7c0074f2d0ac935631990da8ec5914597b4) export ROM=GC_NMQ_PAL_F;; + 50bebedad9e0f10746a52b07239e47fa6c284d03) + export ROM=GC_MQ_D;; + 079b855b943d6ad8bd1eb026c0ed169ecbdac7da) + export ROM=GC_MQ_D;; *) WRONGHASH="$(osascript -ss - "$ROMHASH" <<-EOF display dialog "Incompatible ROM hash $ROMHASH" \