1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-01 10:53:05 -07:00

proper great spin and double magic

This commit is contained in:
Connor Olding 2015-05-26 00:37:06 -07:00
parent 3ff9b9289b
commit d306362f16

View File

@ -24,7 +24,7 @@ set(a.target_style, 1)
--set(buttons_enabled, 0)
--set(infinite_sword, 1)
set(a.owl_save, 1)
set(a.owl_save, 0)
set(a.sot_count, 0)
set(a.target_style, 1)
@ -80,9 +80,14 @@ else
a.fairies_sht(69)
a.fairies_gbt(69)
a.fairies_stt(69)
-- great spin attack
-- this one's a bit odd; it goes off an event flag
local addr = a.week_event_reg.addr + 23
W1(addr, bit.bor(R1(addr), 0x02))
end
set(a.has_magic, 1)
set(a.has_magic, 2) -- 2 for double
set(a.has_normal_magic, 1)
set(a.has_double_magic, 1)
a.quest_items (0x00FFFFFF)