1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-18 05:23:22 -07:00

add basic support for OoT beta quest rom

This commit is contained in:
Connor Olding 2016-01-31 02:26:20 -08:00
parent 8df8f7ba8d
commit f6e0ed6b8e
4 changed files with 12 additions and 1 deletions

1
Lua/lib/addrs/O/BQ11.lua Normal file
View File

@ -0,0 +1 @@
return {}

View File

@ -132,4 +132,11 @@ return {
actor = 0x1DBBB0,
LLsize = 0x10,
},
["O BQ11"] = {
link = 0x11A5D0,
global = 0x1C8A10,
actor = 0x1DAFD0,
LLsize = 0x30,
}
}

View File

@ -1,6 +1,6 @@
local hash
if bizstring then
hash = gameinfo.getromhash()
hash = gameinfo.getromhash()
else
hash = m64p.rom.settings.MD5
end

View File

@ -54,4 +54,7 @@ return { -- md5 and sha1 hashes of .z64s
["F46239439F59A2A594EF83CF68EF65043B1BFFE2"] = "O EUGC MQ",
["50BEBEDAD9E0F10746A52B07239E47FA6C284D03"] = "O EUDB MQ",
["DD14E143C4275861FE93EA79D0C02E36AE8C6C2F"] = "O JPGC MQ",
-- Hacks
["8B88986EC8A637ED8C2FC5BF956FA949479B3430"] = "O BQ11", -- beta quest "V1" (no fix)
}