[Scummvm-tracker] [ScummVM :: Bugs] #13374: MI1 Ultimate Talkie: Lemonhead line missing
ScummVM :: Bugs
trac at scummvm.org
Sun Apr 3 05:30:25 UTC 2022
#13374: MI1 Ultimate Talkie: Lemonhead line missing
------------------------+------------------------------
Reporter: OzzieMonkey | Owner: eriktorbjorn
Type: defect | Status: closed
Priority: normal | Component: Engine: SCUMM
Version: | Resolution: fixed
Keywords: fan made | Game: Monkey Island 1
------------------------+------------------------------
Changes (by eriktorbjorn):
* owner: (none) => eriktorbjorn
* status: new => closed
* resolution: => fixed
Comment:
At first I thought this was about the Lemonhead lines that (for reasons
unknown) were cut in the VGA CD version. But no, this missing line ''is''
in the room-25-205 script:
{{{
[00B4] (14) print(5,[Text(sound(0x193F434, 0xA) + "Take a look at
this.")]);
[00DC] (AE) WaitForMessage();
[00DE] (14) print(3,[Text(sound(0x1945C32, 0xA) + "Oooh, that's nice.")]);
[0104] (14) print(3,[Text(sound(0x194F154, 0xA) + "And it says, `Made by
Lemonhead`^")]);
[0139] (AE) WaitForMessage();
[013B] (14) print(3,[Text(sound(0x195D68F, 0xA) + "^just like one of
mine!")]);
[0166] (AE) WaitForMessage();
[0168] (14) print(3,[Text(sound(0x196493E, 0xA) + "We should take this to
the Great Monkey.")]);
[01A4] (AE) WaitForMessage();
[01A6] (14) print(5,[Text(sound(0x197086D, 0xA) + "Yes, I agree.")]);
[01C7] (AE) WaitForMessage();
}}}
It's just that the WaitForMessage() is missing. I have no idea if there
will be any future version that fixes this. But even if there is, working
around it should do no harm. So I've done that. Could you please test and
see if it works ok for you in the next daily build?
--
Ticket URL: <https://bugs.scummvm.org/ticket/13374#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list