1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-25 19:47:12 -07:00

race tweaks

This commit is contained in:
Connor Olding 2015-11-15 20:04:49 -08:00
parent 628bc7b49c
commit 0f59cdce5e
2 changed files with 2 additions and 3 deletions

View File

@ -99,7 +99,7 @@ function Actor(addr)
end
return {
link = AL(0x00, 0x4000),
link = AL(0x00, 0x3CA0),
exit_value = AL(0x02, 2),
mask_worn = AL(0x04, 1),
intro_completed = AL(0x05, 1),

View File

@ -16,9 +16,8 @@ end
require "flag manager"
-- TODO: just force a song of time cutscene to reset most things
-- TODO: wipe flags
for i=a.link.addr, a.link.addr + a.link.type, 4 do
for i=a.link.addr, a.link.addr + a.link.type - 1, 4 do
W4(i, 0)
end