mirror of
https://github.com/notwa/mm
synced 2024-11-05 02:39:02 -08:00
add Epona to oneshot.lua for OoT
This commit is contained in:
parent
530c9e9126
commit
5eff669148
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ if oot then
|
||||||
a.tunic_boots (0xFF) -- normally 0x77
|
a.tunic_boots (0xFF) -- normally 0x77
|
||||||
a.sword_shield (0xF7) -- normally 0x77?
|
a.sword_shield (0xF7) -- normally 0x77?
|
||||||
|
|
||||||
|
-- get epona
|
||||||
|
local addr = a.event_chk_inf.addr + 2
|
||||||
|
if bit then
|
||||||
|
W2(addr, bit.bor(R2(addr), 0x0100))
|
||||||
|
else
|
||||||
|
--FIXME
|
||||||
|
end
|
||||||
else
|
else
|
||||||
a.sword_shield (0x23)
|
a.sword_shield (0x23)
|
||||||
a.owls_hit (0xFFFF)
|
a.owls_hit (0xFFFF)
|
||||||
|
|
Loading…
Reference in a new issue