2016-04-09 04:47:53 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
|
2016-04-26 15:28:58 -07:00
|
|
|
rom=../../roms/everything/"Legend of Zelda, The - Ocarina of Time - Master Quest (E) (Debug) [f1].z64"
|
2016-04-09 04:47:53 -07:00
|
|
|
lips=../Lua/lib/lips
|
2016-04-15 11:43:38 -07:00
|
|
|
out=oot-widescreen.z64
|
2016-04-09 04:47:53 -07:00
|
|
|
|
2016-04-26 15:28:58 -07:00
|
|
|
. common.sh
|
2016-04-15 11:43:38 -07:00
|
|
|
|
2016-04-26 15:28:58 -07:00
|
|
|
luajit patch.lua \
|
|
|
|
-O 0x035D0000 -b $((0x80700000 - 0x035D0000)) \
|
2016-10-03 15:21:43 -07:00
|
|
|
widescreen-inline-rom.asm "build/$out"
|
2016-04-09 04:47:53 -07:00
|
|
|
|
2016-10-03 15:21:43 -07:00
|
|
|
dump -f "build/$out"
|