Preliminary support for MM NES.
svn-id: r17133
This commit is contained in:
parent
e7ea46c0a3
commit
654528422d
9 changed files with 409 additions and 28 deletions
|
@ -1534,10 +1534,9 @@ void ScummEngine_v2::o2_dummy() {
|
|||
void ScummEngine_v2::o2_switchCostumeSet() {
|
||||
// NES version of maniac uses this to switch between the two
|
||||
// groups of costumes it has
|
||||
if (_features & GF_NES) {
|
||||
warning("stub: o2_switchCostumeSet()");
|
||||
fetchScriptByte();
|
||||
} else
|
||||
if (_features & GF_NES)
|
||||
_v1MMNESCostumeSet = fetchScriptByte();
|
||||
else
|
||||
o2_dummy();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue