mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:39:02 -08:00
correction
This commit is contained in:
parent
429ef4af89
commit
1dbebeae84
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue