diff options
author | Willem Jan Palenstijn | 2011-12-27 13:52:13 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-27 17:56:50 +0100 |
commit | 39a0153fbf503854011bc1947ef261e06868d971 (patch) | |
tree | 453b0c34c8479c4602283e3269faae00db48e5d3 /devtools/tasmrecover | |
parent | c261cbd02b0d4f19e2a8a384004bb0e1cbe56fde (diff) | |
download | scummvm-rg350-39a0153fbf503854011bc1947ef261e06868d971.tar.gz scummvm-rg350-39a0153fbf503854011bc1947ef261e06868d971.tar.bz2 scummvm-rg350-39a0153fbf503854011bc1947ef261e06868d971.zip |
DREAMWEB: Remove mapStore segment
Diffstat (limited to 'devtools/tasmrecover')
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index 1da99429f9..4cbb7c935f 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -284,6 +284,7 @@ p = parser(skip_binary_data = [ 'endtextname', 'gungraphic', 'monkface', + 'mapstore', ]) p.strip_path = 3 context = p.parse('dreamweb/dreamweb.asm') |