aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorBertrand Augereau2011-11-16 13:26:15 +0100
committerBertrand Augereau2011-11-16 13:26:15 +0100
commit82cc00923bb302cfe334c05646c07f385bce66fc (patch)
treecfd09b1f973386d9060037b52efad33e8772d8cb /devtools
parent2eceab1fded6ed744836ba7d9429d9fdb2976a69 (diff)
downloadscummvm-rg350-82cc00923bb302cfe334c05646c07f385bce66fc.tar.gz
scummvm-rg350-82cc00923bb302cfe334c05646c07f385bce66fc.tar.bz2
scummvm-rg350-82cc00923bb302cfe334c05646c07f385bce66fc.zip
DREAMWEB: Misc palette copies ported
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/tasmrecover/tasm-recover4
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover
index 2696bcbfb1..a2e40554ec 100755
--- a/devtools/tasmrecover/tasm-recover
+++ b/devtools/tasmrecover/tasm-recover
@@ -213,6 +213,10 @@ generator = cpp(context, "DreamGen", blacklist = [
'initrain',
'checkbasemem',
'clearstartpal',
+ 'paltostartpal',
+ 'endpaltostart',
+ 'startpaltoend',
+ 'paltoendpal',
], skip_output = [
# These functions are processed but not output
'dreamweb',