Skip to content
Permalink
Browse files

TOOLS: Add screenPrepare opcode to descumm, used by C64 demo of Mania…

…c Mansion.
  • Loading branch information
Kirben committed Dec 8, 2014
1 parent d471dc8 commit 6af4c033d39952939eb204c8c4f94533339f6112
Showing with 2 additions and 0 deletions.
  1. +2 −0 engines/scumm/descumm.cpp
@@ -2598,6 +2598,8 @@ void next_line_V0(char *buf) {
do_tok(buf, "loadRoomWithEgo", A1B | A2B);
break;
case 0x6E:
do_tok(buf, "screenPrepare", 0);
break;
case 0xEE:
//dummy
sprintf(buf, "dummy%.2X();", opcode);

0 comments on commit 6af4c03

Please sign in to comment.
You can’t perform that action at this time.