1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-26 03:57:13 -07:00
mm/Lua/addrs/init.lua

11 lines
233 B
Lua
Raw Normal View History

2015-05-10 15:01:51 -07:00
-- deprecated
2015-05-24 03:19:32 -07:00
-- (i say that, but i continue to use it myself)
2015-11-27 08:48:47 -08:00
local hash = m64p.rom.settings.MD5
2015-05-10 15:01:51 -07:00
local Game = require "addrs.addrs"
local game = Game(hash)
version = game.version
oot = game.oot
mm = game.mm
addrs = game
return game