1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-14 03:33:23 -07:00

update inject.lua for new path

This commit is contained in:
Connor Olding 2016-10-24 09:07:33 -07:00
parent d71852e643
commit 6130b55411

View File

@ -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'},