Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCUMM: Fix Sophia speaking with Indy's voice when looking at him #4139

Commits on Jul 28, 2022

  1. SCUMM: Fix Sophia speaking with Indy's voice when looking at him

    When playing as Sophia in some scenes (such as in the Azores), using the
    `Look at` verb on Indy would make her speak with Indy's voice, because
    the script triggering this sentence for this verb didn't check or
    include a line for the case when VAR_EGO is Sophia.
    
    Fortunately, a different script does have this exact same line dubbed
    for Sophia, so we can reuse it, as long as the audio offsets have the
    values that we expect (and I'm only aware of a single MONSTER.SOU file
    for this title, always in English and identical on all ports).
    dwatteau committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    675db0c View commit details
    Browse the repository at this point in the history