mirror of
https://github.com/notwa/mm
synced 2024-11-05 03:29:02 -08:00
12 lines
265 B
Lua
Executable file
12 lines
265 B
Lua
Executable file
local link = 0x1E6B50
|
|
local global = 0x3DDFC0
|
|
local actor = 0x3F7250
|
|
|
|
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, {
|
|
})
|