sync latest, hook up seek, now Lode Runner can start

use of $1Fxx causes conflict, though
This commit is contained in:
Peter Ferrie
2018-10-31 22:48:35 -07:00
parent 27e9821b11
commit 73f8a2d635
4 changed files with 250 additions and 99 deletions
@@ -4,4 +4,4 @@ c = b.read(0x40)
b.skip(0x200)
d = b.read(0x1fff600)
b.close()
b=a.createtextfile(WScript.Arguments(0), 1).write(c+a.opentextfile("res\\proboothd").read(512)+d)
b=a.createtextfile(WScript.Arguments(0), 1).write(c+a.opentextfile(WScript.Arguments(1)).read(512)+d)