mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 15:09:47 +00:00
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
@ -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…
Reference in New Issue
Block a user