mirror of
https://github.com/notwa/mm
synced 2024-11-05 00:29:02 -08:00
10 lines
233 B
Lua
10 lines
233 B
Lua
-- deprecated
|
|
-- (i say that, but i continue to use it myself)
|
|
local hash = gameinfo.getromhash()
|
|
local Game = require "addrs.addrs"
|
|
local game = Game(hash)
|
|
version = game.version
|
|
oot = game.oot
|
|
mm = game.mm
|
|
addrs = game
|
|
return game
|