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

add Epona to oneshot.lua for OoT

This commit is contained in:
Connor Olding 2016-01-08 04:45:40 -08:00
parent 530c9e9126
commit 5eff669148

View File

@ -46,6 +46,13 @@ if oot then
a.tunic_boots (0xFF) -- 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
a.sword_shield (0x23)
a.owls_hit (0xFFFF)