aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorBertrand Augereau2011-07-17 14:38:30 +0200
committerBertrand Augereau2011-07-18 22:59:16 +0200
commit9072ecf781bb8fd116a02530631d3cfa1e44648b (patch)
tree56373a8bdb0440747aff34213ba63da599f0053d /devtools
parent7d9ff04fbfa5749ce1f7ca9d7b5bd8efb5b02bcc (diff)
downloadscummvm-rg350-9072ecf781bb8fd116a02530631d3cfa1e44648b.tar.gz
scummvm-rg350-9072ecf781bb8fd116a02530631d3cfa1e44648b.tar.bz2
scummvm-rg350-9072ecf781bb8fd116a02530631d3cfa1e44648b.zip
DREAMWEB: Blacklisted 'kernchars' and 'getnextword'
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/tasmrecover/tasm-recover2
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover
index 3f04bad1e9..6b1c6d9d23 100755
--- a/devtools/tasmrecover/tasm-recover
+++ b/devtools/tasmrecover/tasm-recover
@@ -20,6 +20,8 @@ generator = cpp(context, "DreamGen", blacklist = [
'frameoutfx',
'cls',
'printundermon',
+ 'kernchars',
+ 'getnextword',
'worktoscreen',
'width160',
'convertkey',