SCUMM: Add Spanish version of the MI1 Lemonhead patch
I don't have this version of the game myself, so it's based on a YouTube playthrough and walking through the process of extracting the necessary data with timofonic. It has not been properly tested, though the messages do look correct if I insert them into the English version.
This commit is contained in:
parent
2946efb050
commit
327e183eab
2 changed files with 16 additions and 0 deletions
|
@ -2927,6 +2927,11 @@ void ScummEngine_v5::printPatchedMI1CannibalString(int textSlot, const byte *ptr
|
|||
"Oooh, che bello.\xFF\x03"
|
||||
"Semplice. Proprio come uno dei miei.\xFF\x03"
|
||||
"E piccolo. Come il mio.";
|
||||
} else if (strncmp((const char *)ptr, "/LH.ESP/", 8) == 0) {
|
||||
msg =
|
||||
"Oooh, qu\x82 bonito.\xFF\x03"
|
||||
"Simple. Como uno de los m\xA1os.\xFF\x03"
|
||||
"Y peque\xA4o, como los m\xA1os.";
|
||||
}
|
||||
|
||||
printString(textSlot, (const byte *)msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue