1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-30 13:57:13 -07:00

correction

This commit is contained in:
Connor Olding 2015-03-26 20:24:21 -07:00
parent 429ef4af89
commit 1dbebeae84

View File

@ -24,8 +24,10 @@ function dump_room(start, addr)
if cmd == 0x14 then if cmd == 0x14 then
local unk = R4(addr+4) local unk = R4(addr+4)
if unk > 0 then if unk > 0 then
-- odds are someone meant to type 0x16 instead of 0x14 -- US10 801304B8
-- the game lets this slide and keeps reading -- this code overwrites the next command with 0x14
-- if we're on a different scene setup.
cmd = 0x16 -- odds are it was originally this
else else
break break
end end