Skip to content

Commit

Permalink
fix injection point for OoT 1.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
notwa committed Nov 28, 2018
1 parent ea19f3e commit bb38a86
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Lua/inject.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@ local injection_points = {
ow_addr = 0x1737C4,
ow_before = 0x0C05CD50,
},

['M JP10'] = {
inject_addr = 0x780000,
inject_maxlen = 0x5A800,
ow_addr = 0x1701A8,
ow_before = 0x0C05BCD4,
},

['O US10'] = {
inject_addr = 0x3BC000,
inject_maxlen = 0x1E800,
inject_addr = 0x152890,
inject_maxlen = 0x5F00,
--ow_addr = 0x0A19C8,
--ow_before = 0x0C0283EE,
ow_addr = 0x0A0C3C,
ow_before = 0x0C028231,
},

['O EUDB MQ'] = {
inject_addr = 0x700000,
inject_maxlen = 0x100000,
Expand Down

0 comments on commit bb38a86

Please sign in to comment.