mirror of
https://github.com/notwa/mm
synced 2024-11-05 02:39:02 -08:00
preliminary iQue support
This commit is contained in:
parent
6f98d2f214
commit
3dc7572fbe
2 changed files with 18 additions and 0 deletions
|
@ -1,4 +1,16 @@
|
|||
return {
|
||||
["O CNIQ"] = {
|
||||
save = 0x137F40,
|
||||
global = 0x1D5A20,
|
||||
actor = 0x1E7F70,
|
||||
LLsize = 0x10,
|
||||
},
|
||||
["O TWIQ"] = {
|
||||
save = 0x137300,
|
||||
global = 0x1D4DE0,
|
||||
actor = 0x1E7330,
|
||||
LLsize = 0x10,
|
||||
},
|
||||
["M US10"] = {
|
||||
save = 0x1EF670,
|
||||
global = 0x3E6B20,
|
||||
|
|
|
@ -21,6 +21,12 @@ return { -- md5 and sha1 hashes of .z64s
|
|||
["41FDB879AB422EC158B4EAFEA69087F255EA8589"] = "M JP11",
|
||||
["1438FD501E3E5B25461770AF88C02AB1E41D3A7E"] = "M JPGC",
|
||||
|
||||
-- iQue
|
||||
["0AB48B2D44A74B3BB2D384F6170C2742"] = "O CNIQ",
|
||||
["A475E9F8615513666A265C464708AE8F"] = "O TWIQ",
|
||||
["1015D0F3AF34B89149BFD773580BBC66466AF54E"] = "O CNIQ",
|
||||
["8668469647423735CC05F55A479C9D3135FBF838"] = "O TWIQ",
|
||||
|
||||
-- Ocarina of Time
|
||||
["5BD1FE107BF8106B2AB6650ABECD54D6"] = "O US10",
|
||||
["721FDCC6F5F34BE55C43A807F2A16AF4"] = "O US11",
|
||||
|
|
Loading…
Reference in a new issue