summaryrefslogtreecommitdiff
path: root/scripts/linux
diff options
context:
space:
mode:
authorAdam Bird <Archez@users.noreply.github.com>2023-10-04 11:05:02 -0400
committerGitHub <noreply@github.com>2023-10-04 10:05:02 -0500
commitb70837f5ea79b51021e7ede1468b2aac3cea4b13 (patch)
tree7d89c9012b00419c2d0bfd6c747a28f662c44540 /scripts/linux
parent70a83f647fa5927d69ea10ff99af24b5ef657095 (diff)
N64 PAL 1.0 support (#3182)
* initial n64 pal 1.0 support - hashes and rominfo * initial xml copy pal 1.0 * initial offset fixes * update title copyright to be platform based * bump lus for clearMtx * add scripted xml definitions * offset fixes and xml fixups * rename and sort pal mq definition * more offset fixes
Diffstat (limited to 'scripts/linux')
-rw-r--r--scripts/linux/appimage/soh.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/linux/appimage/soh.sh b/scripts/linux/appimage/soh.sh
index b69490912..063fcf79c 100644
--- a/scripts/linux/appimage/soh.sh
+++ b/scripts/linux/appimage/soh.sh
@@ -46,6 +46,12 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do
d6342c59007e57c1194661ec6880b2f078403f4e) # n64
ROMHASH=0227d7c0074f2d0ac935631990da8ec5914597b4
;;
+ d0bdc2eb320668b4ba6893b9aefe4040a73123ff) # v64
+ ROMHASH=328a1f1beba30ce5e178f031662019eb32c5f3b5
+ ;;
+ 4946ab250f6ac9b32d76b21f309ebb8ebc8103d2) # n64
+ ROMHASH=328a1f1beba30ce5e178f031662019eb32c5f3b5
+ ;;
663c34f1b2c05a09e5beffe4d0dcd440f7d49dc7) # v64
ROMHASH=cfbb98d392e4a9d39da8285d10cbef3974c2f012
;;
@@ -99,6 +105,14 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do
continue
fi
;;
+ 328a1f1beba30ce5e178f031662019eb32c5f3b5)
+ if [[ ! -e "$SHIP_HOME"/oot.otr ]]; then
+ ROM=N64_PAL_10
+ OTRNAME="oot.otr"
+ else
+ continue
+ fi
+ ;;
cfbb98d392e4a9d39da8285d10cbef3974c2f012)
if [[ ! -e "$SHIP_HOME"/oot.otr ]]; then
ROM=N64_PAL_11