SCI: Improve Larry 1 Spanish script patch
So that it also works even when the patch files are missing.
This commit is contained in:
parent
eb1f9030a7
commit
83436e685f
1 changed files with 1 additions and 1 deletions
|
@ -2520,7 +2520,7 @@ static const uint16 larry1SignatureBuyApple[] = {
|
|||
0x36, // push
|
||||
0x38, SIG_UINT16(0x0126), // pushi setAvoider
|
||||
0x78, // push1
|
||||
0x51, 0x6d, // class PAvoider
|
||||
0x51, SIG_ADDTOOFFSET(+1), // class PAvoider (original 0x25, w/ patch file 0x6d)
|
||||
0x36, // push
|
||||
0x38, SIG_UINT16(0x0116), // pushi setMotion
|
||||
SIG_MAGICDWORD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue