From d1ed87beceb68a2b33db9989e6a480bbda6a73d1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 15 Dec 2011 14:09:53 +0100 Subject: DREAMWEB: Convert notHeldError to C++, move stuff to DreamBase --- devtools/tasmrecover/tasm-recover | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'devtools') diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index 64e7513f09..d902e38d3d 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -157,11 +157,6 @@ p = parser(skip_binary_data = [ 'increment2', 'keypadax', 'keypadcx', - 'soundbuffer', - 'cursloc', - 'liftsoundcount', - 'playblock', - 'gotfrom', # vgagrafx.asm 'cityname', 'extragraphics1', @@ -473,7 +468,6 @@ generator = cpp(context, "DreamGen", blacklist = [ 'hangonpq', 'hangonw', 'heavy', - 'helicopter', 'hotelbell', 'hotelcontrol', 'initialinv', @@ -579,6 +573,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'nextdest', 'nextfolder', 'nextsymbol', + 'nothelderror', 'obicons', 'obname', 'obpicture', @@ -1298,7 +1293,6 @@ generator = cpp(context, "DreamGen", blacklist = [ 'nextdest' : 'nextDest', 'nextfolder' : 'nextFolder', 'nextsymbol' : 'nextSymbol', - 'nothelderror' : 'notHeldError', 'obicons' : 'obIcons', 'obname' : 'obName', 'obpicture' : 'obPicture', -- cgit v1.2.3