diff options
author | Max Horn | 2011-12-19 21:41:51 +0100 |
---|---|---|
committer | Filippos Karapetis | 2011-12-23 03:32:50 +0200 |
commit | a4ffb8fe54c41c957f506c127c6aa30586769c52 (patch) | |
tree | 84b4bd82a271bffcd7e4071baca7a4caad5ba5f9 /devtools/tasmrecover/tasm-recover | |
parent | d033566f6dea0330d17f54d2f1539c4587f231d0 (diff) | |
download | scummvm-rg350-a4ffb8fe54c41c957f506c127c6aa30586769c52.tar.gz scummvm-rg350-a4ffb8fe54c41c957f506c127c6aa30586769c52.tar.bz2 scummvm-rg350-a4ffb8fe54c41c957f506c127c6aa30586769c52.zip |
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()
Diffstat (limited to 'devtools/tasmrecover/tasm-recover')
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 3 |
1 files changed, 3 insertions, 0 deletions
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', |