diff options
author | Filippos Karapetis | 2011-12-06 03:49:32 +0200 |
---|---|---|
committer | Filippos Karapetis | 2011-12-06 03:49:32 +0200 |
commit | 823ff7549681a430b3c73d6925fc3f72bae09024 (patch) | |
tree | 5624740f6af1ce7cca4a145d63365e320f86f49d /devtools | |
parent | bdfd481a68f6a4830f1b18adcf8fe2fa171498b5 (diff) | |
download | scummvm-rg350-823ff7549681a430b3c73d6925fc3f72bae09024.tar.gz scummvm-rg350-823ff7549681a430b3c73d6925fc3f72bae09024.tar.bz2 scummvm-rg350-823ff7549681a430b3c73d6925fc3f72bae09024.zip |
DREAMWEB: 'getbackfromops', 'getbacktoops', 'newgame' ported to C++
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 74af58f989..6d15c15147 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -289,6 +289,8 @@ generator = cpp(context, "DreamGen", blacklist = [ 'gates', 'generalerror', 'getbackfromob', + 'getbackfromops', + 'getbacktoops', 'getblockofpixel', 'getdimension', 'getexpos', @@ -387,6 +389,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'multiput', 'namestoold', 'neterror', + 'newgame', 'nextfolder', 'nextsymbol', 'obicons', |