diff options
Diffstat (limited to 'engines/simon/items.cpp')
-rw-r--r-- | engines/simon/items.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/simon/items.cpp b/engines/simon/items.cpp index 26bf967300..3acd833fcd 100644 --- a/engines/simon/items.cpp +++ b/engines/simon/items.cpp @@ -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; |