mirror of
https://github.com/notwa/mm
synced 2024-11-05 08:19:03 -08:00
rename 'link' to 'save' as in 'save context'
This commit is contained in:
parent
7fa40bc02b
commit
977130b3d4
2 changed files with 24 additions and 24 deletions
|
@ -20,7 +20,7 @@ return function(hash)
|
||||||
local rv = same[version] or version
|
local rv = same[version] or version
|
||||||
|
|
||||||
local b = basics[rv]
|
local b = basics[rv]
|
||||||
local function AL(a, s) return A(b.link + a, s) end
|
local function AL(a, s) return A(b.save + a, s) end
|
||||||
local function AG(a, s)
|
local function AG(a, s)
|
||||||
if rv == 'M JP10' or rv == 'M JP11' then
|
if rv == 'M JP10' or rv == 'M JP11' then
|
||||||
if a >= 0x17000 then -- approximate
|
if a >= 0x17000 then -- approximate
|
||||||
|
|
|
@ -1,140 +1,140 @@
|
||||||
return {
|
return {
|
||||||
["M US10"] = {
|
["M US10"] = {
|
||||||
link = 0x1EF670,
|
save = 0x1EF670,
|
||||||
global = 0x3E6B20,
|
global = 0x3E6B20,
|
||||||
actor = 0x3FFDB0,
|
actor = 0x3FFDB0,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["M USDE"] = {
|
["M USDE"] = {
|
||||||
link = 0x1EEE80,
|
save = 0x1EEE80,
|
||||||
global = 0x3E63B0,
|
global = 0x3E63B0,
|
||||||
actor = 0x3FF680,
|
actor = 0x3FF680,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["M USGC"] = {
|
["M USGC"] = {
|
||||||
link = 0x1ED830,
|
save = 0x1ED830,
|
||||||
global = 0x381260,
|
global = 0x381260,
|
||||||
actor = 0x39A4F0,
|
actor = 0x39A4F0,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["M EU10"] = {
|
["M EU10"] = {
|
||||||
link = 0x1E6B50,
|
save = 0x1E6B50,
|
||||||
global = 0x3DDFC0,
|
global = 0x3DDFC0,
|
||||||
actor = 0x3F7250,
|
actor = 0x3F7250,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["M EU11"] = {
|
["M EU11"] = {
|
||||||
link = 0x1E6EF0,
|
save = 0x1E6EF0,
|
||||||
global = 0x3DE360,
|
global = 0x3DE360,
|
||||||
actor = 0x3F75F0,
|
actor = 0x3F75F0,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["M EUDB"] = {
|
["M EUDB"] = {
|
||||||
link = 0x23F790,
|
save = 0x23F790,
|
||||||
global = 0x448700,
|
global = 0x448700,
|
||||||
actor = 0x4619D0,
|
actor = 0x4619D0,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["M EUGC"] = {
|
["M EUGC"] = {
|
||||||
link = 0x1E5480,
|
save = 0x1E5480,
|
||||||
global = 0x378EB0,
|
global = 0x378EB0,
|
||||||
actor = 0x392140,
|
actor = 0x392140,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["M JP10"] = {
|
["M JP10"] = {
|
||||||
link = 0x1EF460,
|
save = 0x1EF460,
|
||||||
global = 0x3E6CF0,
|
global = 0x3E6CF0,
|
||||||
actor = 0x3FFFA0,
|
actor = 0x3FFFA0,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["M JP11"] = {
|
["M JP11"] = {
|
||||||
link = 0x1EF710,
|
save = 0x1EF710,
|
||||||
global = 0x3E6FB0,
|
global = 0x3E6FB0,
|
||||||
actor = 0x400260,
|
actor = 0x400260,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["M JPGC"] = {
|
["M JPGC"] = {
|
||||||
link = 0x1ED820,
|
save = 0x1ED820,
|
||||||
global = 0x381250,
|
global = 0x381250,
|
||||||
actor = 0x39A4E0,
|
actor = 0x39A4E0,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
|
|
||||||
["O US10"] = {
|
["O US10"] = {
|
||||||
link = 0x11A5D0,
|
save = 0x11A5D0,
|
||||||
global = 0x1C84A0,
|
global = 0x1C84A0,
|
||||||
actor = 0x1DAA30,
|
actor = 0x1DAA30,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["O US11"] = {
|
["O US11"] = {
|
||||||
link = 0x11A7B0,
|
save = 0x11A7B0,
|
||||||
global = 0x1C8660,
|
global = 0x1C8660,
|
||||||
actor = 0x1DABF0,
|
actor = 0x1DABF0,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["O US12"] = {
|
["O US12"] = {
|
||||||
link = 0x11AC80,
|
save = 0x11AC80,
|
||||||
global = 0x1C8D60,
|
global = 0x1C8D60,
|
||||||
actor = 0x1DB2F0,
|
actor = 0x1DB2F0,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["O USGC"] = {
|
["O USGC"] = {
|
||||||
link = 0x11B148,
|
save = 0x11B148,
|
||||||
global = 0x1C9660,
|
global = 0x1C9660,
|
||||||
actor = 0x1DBBB0,
|
actor = 0x1DBBB0,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["O EU10"] = {
|
["O EU10"] = {
|
||||||
link = 0x1183D0,
|
save = 0x1183D0,
|
||||||
global = 0x1C64E0,
|
global = 0x1C64E0,
|
||||||
actor = 0x1D8A70,
|
actor = 0x1D8A70,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["O EU11"] = {
|
["O EU11"] = {
|
||||||
link = 0x118410,
|
save = 0x118410,
|
||||||
global = 0x1C6520,
|
global = 0x1C6520,
|
||||||
actor = 0x1D8AB0,
|
actor = 0x1D8AB0,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["O EUGC"] = {
|
["O EUGC"] = {
|
||||||
link = 0x118958,
|
save = 0x118958,
|
||||||
global = 0x1C6E60,
|
global = 0x1C6E60,
|
||||||
actor = 0x1D93B0,
|
actor = 0x1D93B0,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["O JPGC"] = {
|
["O JPGC"] = {
|
||||||
link = 0x11B168,
|
save = 0x11B168,
|
||||||
global = 0x1C9660,
|
global = 0x1C9660,
|
||||||
actor = 0x1DBBB0,
|
actor = 0x1DBBB0,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["O USGC MQ"] = {
|
["O USGC MQ"] = {
|
||||||
link = 0x11B128,
|
save = 0x11B128,
|
||||||
global = 0x1C9620,
|
global = 0x1C9620,
|
||||||
actor = 0x1DBB70,
|
actor = 0x1DBB70,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["O EUGC MQ"] = {
|
["O EUGC MQ"] = {
|
||||||
link = 0x118938,
|
save = 0x118938,
|
||||||
global = 0x1C6E20,
|
global = 0x1C6E20,
|
||||||
actor = 0x1D9370,
|
actor = 0x1D9370,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
["O EUDB MQ"] = {
|
["O EUDB MQ"] = {
|
||||||
link = 0x15E660,
|
save = 0x15E660,
|
||||||
global = 0x212020,
|
global = 0x212020,
|
||||||
actor = 0x2245B0,
|
actor = 0x2245B0,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
},
|
},
|
||||||
["O JPGC MQ"] = {
|
["O JPGC MQ"] = {
|
||||||
link = 0x11B148,
|
save = 0x11B148,
|
||||||
global = 0x1C9660,
|
global = 0x1C9660,
|
||||||
actor = 0x1DBBB0,
|
actor = 0x1DBBB0,
|
||||||
LLsize = 0x10,
|
LLsize = 0x10,
|
||||||
},
|
},
|
||||||
|
|
||||||
["O BQ11"] = {
|
["O BQ11"] = {
|
||||||
link = 0x11A5D0,
|
save = 0x11A5D0,
|
||||||
global = 0x1C8A10,
|
global = 0x1C8A10,
|
||||||
actor = 0x1DAFD0,
|
actor = 0x1DAFD0,
|
||||||
LLsize = 0x30,
|
LLsize = 0x30,
|
||||||
|
|
Loading…
Reference in a new issue