1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-28 21:07:12 -07:00
mm/Lua/addrs/init.lua

11 lines
233 B
Lua

-- deprecated
-- (i say that, but i continue to use it myself)
local hash = m64p.rom.settings.MD5
local Game = require "addrs.addrs"
local game = Game(hash)
version = game.version
oot = game.oot
mm = game.mm
addrs = game
return game