1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-18 05:23:22 -07:00
mm/Lua/lib/addrs/init.lua
2016-01-12 16:05:31 -08:00

14 lines
240 B
Lua

local hash
if bizstring then
hash = gameinfo.getromhash()
else
hash = m64p.rom.settings.MD5
end
local Game = require "addrs.addrs"
local game = Game(hash)
version = game.version
oot = game.oot
mm = game.mm
addrs = game
return game