1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-28 12:57:12 -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
local unk = R4(addr+4)
if unk > 0 then
-- odds are someone meant to type 0x16 instead of 0x14
-- the game lets this slide and keeps reading
-- US10 801304B8
-- 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
break
end