mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:39:02 -08:00
add support for OoT
This commit is contained in:
parent
04099adc05
commit
1128998b96
2 changed files with 14 additions and 2 deletions
|
@ -27,8 +27,10 @@ local injection_points = {
|
|||
['O US10'] = {
|
||||
inject_addr = 0x3BC000,
|
||||
inject_maxlen = 0x1E800,
|
||||
ow_addr = 0x0A19C8,
|
||||
ow_before = 0x0C0283EE,
|
||||
--ow_addr = 0x0A19C8,
|
||||
--ow_before = 0x0C0283EE,
|
||||
ow_addr = 0x0A0C3C,
|
||||
ow_before = 0x0C028231,
|
||||
},
|
||||
['O EUDB MQ'] = {
|
||||
inject_addr = 0x700000,
|
||||
|
|
|
@ -19,4 +19,14 @@
|
|||
[upgrades_offset]: 0xA0
|
||||
[upgrades_2_offset]: 0xA2
|
||||
|
||||
[dlist_offset]: 0x2C0
|
||||
|
||||
[SetTextRGBA]: 0x800CBE58
|
||||
[SetTextXY]: 0x800CBEC8
|
||||
[SetTextString]: 0x800CC588
|
||||
[TxtPrinter]: 0x800CC480
|
||||
[InitTxtStruct]: 0x800CC4AC // unused here; we set it up inline
|
||||
[DoTxtStruct]: 0x800CC508
|
||||
[UpdateTxtStruct]: 0x800CC550
|
||||
|
||||
.include "spawn.asm"
|
||||
|
|
Loading…
Reference in a new issue