mirror of
https://github.com/notwa/mm
synced 2024-11-05 05:49:02 -08:00
13 lines
265 B
Lua
13 lines
265 B
Lua
|
local link = 0x1E5480
|
||
|
local global = 0x378EB0
|
||
|
local actor = 0x392140
|
||
|
|
||
|
function AL(a, s) return A(link+a, s) end
|
||
|
function AG(a, s) return A(global+a, s) end
|
||
|
function AA(a, s) return A(actor+a, s) end
|
||
|
|
||
|
local common = dofile("A common.lua")
|
||
|
|
||
|
return merge(common, {
|
||
|
})
|