From 6130b55411d96f1f983d82251ea6d85d11a7ee29 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 24 Oct 2016 09:07:33 -0700 Subject: [PATCH] update inject.lua for new path --- Lua/inject.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Lua/inject.lua b/Lua/inject.lua index 3d021b2..7d254e3 100644 --- a/Lua/inject.lua +++ b/Lua/inject.lua @@ -76,7 +76,7 @@ start: ]] local function inject(fn, dumb) - local asm_dir = bizstring and '../patch/' or './mm/patch/' + local asm_dir = bizstring and '../asm/' or './mm/asm/' local asm_path = asm_dir..fn local point = dumb and no_point or injection_points[version] @@ -163,7 +163,8 @@ local asms = { ['O US10'] = {'spawn oot.asm'}, ['O JP10'] = {'spawn oot.asm'}, -- ['O EUDB MQ'] = {'widescreen.asm'}, - ['O EUDB MQ'] = {'widescreen-inline.asm', true}, +-- ['O EUDB MQ'] = {'widescreen-inline.asm', true}, + ['O EUDB MQ'] = {'print.asm'}, ['M US10'] = {'beta.asm'}, ['M JP10'] = {'spawn mm early.asm'},