diff options
Diffstat (limited to 'devtools/tasmrecover')
-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 d26964b69e..6c549d55a2 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -69,6 +69,10 @@ p = parser(skip_binary_data = [ 'reelcalls', 'facelist', 'rainlocations', + 'roombyroom', + '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', # use.asm 'uselist', # vgagrafx.asm |