diff options
| author | Bertrand Augereau | 2011-12-04 20:18:08 +0100 |
|---|---|---|
| committer | Bertrand Augereau | 2011-12-04 20:19:57 +0100 |
| commit | 6171cf2f60d6f6d651de8f89c54644ba2d85e83e (patch) | |
| tree | d1aa32674a0783547523b88c672a7ad2af0f10bf /devtools | |
| parent | 36dd8f72512e1d2207fddba074c39f2295fbd6c2 (diff) | |
| download | scummvm-rg350-6171cf2f60d6f6d651de8f89c54644ba2d85e83e.tar.gz scummvm-rg350-6171cf2f60d6f6d651de8f89c54644ba2d85e83e.tar.bz2 scummvm-rg350-6171cf2f60d6f6d651de8f89c54644ba2d85e83e.zip | |
DREAMWEB: 'readDestIcon' ported to C++
Diffstat (limited to 'devtools')
| -rwxr-xr-x | devtools/tasmrecover/tasm-recover | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index b9773c8d32..0bdd8d261b 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -87,8 +87,11 @@ p = parser(skip_binary_data = [ 'tempcharset', # vgagrafx.asm 'cityname', + 'Icongraphics8', 'shaketable', 'symbolgraphic', + 'travelgraphic1', + 'travelgraphic2', 'foldergraphic1', 'foldergraphic2', 'foldergraphic3', @@ -382,6 +385,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'randomnumber', 'readabyte', 'readcitypic', + 'readdesticon', 'readheader', 'readkey', 'readmouse', |
