mirror of
https://github.com/notwa/mm
synced 2024-11-05 00:19:02 -08:00
race tweaks
This commit is contained in:
parent
628bc7b49c
commit
0f59cdce5e
2 changed files with 2 additions and 3 deletions
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue