diff options
author | Willem Jan Palenstijn | 2011-12-07 19:36:18 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-07 19:42:15 +0100 |
commit | f7cd6781d865b038263f5ce7e452694a19d77e81 (patch) | |
tree | ced22914e60f1f658f62e0b9eac7cb69d72b4839 /devtools | |
parent | ad877e9306d4e8f671c0b24137bbaf277316bf45 (diff) | |
download | scummvm-rg350-f7cd6781d865b038263f5ce7e452694a19d77e81.tar.gz scummvm-rg350-f7cd6781d865b038263f5ce7e452694a19d77e81.tar.bz2 scummvm-rg350-f7cd6781d865b038263f5ce7e452694a19d77e81.zip |
DREAMWEB: Convert 'selectlocation'
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index 952e0147d0..f14cf0b52b 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -49,6 +49,8 @@ p = parser(skip_binary_data = [ # keypad.asm 'keypadlist', 'symbollist', + # newplace.asm + 'destlist', # object.asm 'invlist1', 'invlist1continued', 'examlist', @@ -529,6 +531,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'scrollmonitor', 'security', 'seecommandtail', + 'selectlocation', 'selectslot2', 'setallchanges', 'setbotleft', |