mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
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
This commit is contained in:
parent
820fdf78cc
commit
7e1ee6e23e
554 changed files with 22690 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue