From a4ffb8fe54c41c957f506c127c6aa30586769c52 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 19 Dec 2011 21:41:51 +0100 Subject: DREAMWEB: Convert fadeDownMon, fadeUpMon, initialMonCols to C++ Note that the two fade methods are currently unused; the only calls to them are commented out in the asm version of the code. This change also removes showGroup() --- devtools/tasmrecover/tasm-recover | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devtools') diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index 8952c3e289..579a58f799 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -413,6 +413,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'facerightway', 'fadecalculation', 'fadedos', + 'fadedownmon', 'fadefromwhite', 'fadescreenup', 'fadescreenups', @@ -421,6 +422,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'fadescreendowns', 'fadescreendownhalf', 'fadetowhite', + 'fadeupmon', 'fadeupmonfirst', 'fadeupyellows', 'femalefan', @@ -504,6 +506,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'hotelcontrol', 'identifyob', 'initialinv', + 'initialmoncols', 'initman', 'initrain', 'input', -- cgit v1.2.3