More work on oracle in FF
svn-id: r21583
This commit is contained in:
parent
ebeded36a1
commit
0ac5739ae2
5 changed files with 187 additions and 10 deletions
|
@ -704,7 +704,7 @@ int SimonEngine::runScript() {
|
|||
if (getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2)
|
||||
goto invalid_opcode;
|
||||
|
||||
warning("STUB: script opcode 122");
|
||||
oracleTextDown();
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -712,7 +712,7 @@ int SimonEngine::runScript() {
|
|||
if (getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2)
|
||||
goto invalid_opcode;
|
||||
|
||||
warning("STUB: script opcode 123");
|
||||
oracleTextUp();
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -795,7 +795,7 @@ int SimonEngine::runScript() {
|
|||
|
||||
case 134:{ /* dummy opcode? */
|
||||
if (getGameType() == GType_FF) {
|
||||
warning("STUB: script opcode 134");
|
||||
listSaveGames(1);
|
||||
} else {
|
||||
midi.stop();
|
||||
_lastMusicPlayed = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue