Skip to content

Some parts of the Options screen are not completely displayed #339

@xoascf

Description

@xoascf

The textures for the Z Targeting options are not fully visible when German is selected as language (Deutsch), this currently affects the PAL 1.0 version.

Current Behavior

OOT_3LxXtDAFxo.mp4

Expected Behavior

It should look something like this:

Project64_32_uSlXJgVPrX.mp4

Possible Solution

Probably something to do with this:

if(gSaveContext.language == LANGUAGE_GER && 0)
{
gSPVertex(POLY_OPA_DISP++, &gOptionsMenuVtx[16], 32, 0);
}
else
{
gSPVertex(POLY_OPA_DISP++, &gOptionsMenuVtx[0], 32, 0);
}

if(gSaveContext.language == LANGUAGE_GER && 0)
{
gSPVertex(POLY_OPA_DISP++, &gOptionsMenuVtx[64], 32, 0);
}
else
{
gSPVertex(POLY_OPA_DISP++, &gOptionsMenuVtx[24], 32, 0);
}

The language selector was added in 48fd8c9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions