aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-06 03:49:32 +0200
committerFilippos Karapetis2011-12-06 03:49:32 +0200
commit823ff7549681a430b3c73d6925fc3f72bae09024 (patch)
tree5624740f6af1ce7cca4a145d63365e320f86f49d /devtools
parentbdfd481a68f6a4830f1b18adcf8fe2fa171498b5 (diff)
downloadscummvm-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-xdevtools/tasmrecover/tasm-recover3
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',