From b70837f5ea79b51021e7ede1468b2aac3cea4b13 Mon Sep 17 00:00:00 2001 From: Adam Bird Date: Wed, 4 Oct 2023 11:05:02 -0400 Subject: 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 --- scripts/linux/appimage/soh.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3