diff options
author | D G Turner | 2011-12-05 17:39:42 +0000 |
---|---|---|
committer | D G Turner | 2011-12-05 17:39:42 +0000 |
commit | f28c0480e1f9633280b580d3609e2d977fba4a3b (patch) | |
tree | b216d7a634bf2df5cf68604621e62c683adf8e09 /devtools | |
parent | 78c0d0730214fe905042614b597801250a2eb188 (diff) | |
download | scummvm-rg350-f28c0480e1f9633280b580d3609e2d977fba4a3b.tar.gz scummvm-rg350-f28c0480e1f9633280b580d3609e2d977fba4a3b.tar.bz2 scummvm-rg350-f28c0480e1f9633280b580d3609e2d977fba4a3b.zip |
DREAMWEB: Remove now unused filenames from constant data segment.
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index acd0799c37..327ee9c202 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -79,6 +79,14 @@ p = parser(skip_binary_data = [ 'r0','r1','r2','r6','r8','r9','r10','r11','r12','r13','r14', 'r20','r22','r23','r25','r26','r27','r28','r29', 'r45','r46','r47','r52','r53','r55', + # titles.asm + 'title0graphics', + 'title1graphics', + 'title2graphics', + 'title3graphics', + 'title4graphics', + 'title5graphics', + 'title6graphics', # use.asm 'uselist', # vars.asm |