More work on oracle in FF

svn-id: r21583
This commit is contained in:
Travis Howell 2006-04-04 01:38:53 +00:00
parent ebeded36a1
commit 0ac5739ae2
5 changed files with 187 additions and 10 deletions

View file

@ -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;