Skip to content

Commit

Permalink
import chat click fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drdaxxy committed Feb 3, 2019
1 parent 3cf3663 commit e6717ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/languagebarrier/gamedef.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,17 @@
"offset": 2,
"pattern": "8B ?? ?? ?? ?? ?? 0F B7 07 0F B6 F0 C1 E8 08",
"expr": "*ptr"
},
"SCRcomKeyWaitTimer": {
"occurrence": 0,
"offset": 0,
"pattern": "55 8B EC 83 EC 08 53 56 8B 75 08 57 8B ?? ?? ?? ?? ?? 8D 47 02"
},
"useOfSCRflag": {
"occurrence": 0,
"offset": 2,
"pattern": "83 3D ?? ?? ?? ?? ?? 74 90 5E 8B E5 5D C3",
"expr": "*ptr"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions content/languagebarrier/patchdef.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"customInstGetDicEnabled": true,
"customInstGetDicGroup": "user1",
"customInstGetDicOp": 38,
"blockingKeyWaitTimer": true,
"hijackLauncher": "LauncherC0.exe",
"fmv": {
"fonts": [
Expand Down

0 comments on commit e6717ae

Please sign in to comment.