blawar / ooot

GNU General Public License v2.0
698 stars 92 forks source link

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

Open xoascf opened 2 years ago

xoascf commented 2 years ago

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

https://user-images.githubusercontent.com/28744392/189443630-784d8693-76ce-469f-8185-0af560841ba2.mp4

Expected Behavior

It should look something like this:

https://user-images.githubusercontent.com/28744392/189447367-8fb217e2-82c7-4fc0-80f3-74c662256534.mp4

Possible Solution

Probably something to do with this: https://github.com/blawar/ooot/blob/bb69b09ec2e4095325f1a748b4446bd19e65c6b2/src/overlays/gamestates/ovl_file_choose/z_file_nameset_PAL.cpp#L1038-L1045

https://github.com/blawar/ooot/blob/bb69b09ec2e4095325f1a748b4446bd19e65c6b2/src/overlays/gamestates/ovl_file_choose/z_file_nameset_PAL.cpp#L1071-L1078

The language selector was added in 48fd8c9.