Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update Patches.json (#318)
Browse files Browse the repository at this point in the history
Added equip slot delay fix.
  • Loading branch information
Stuvven authored Sep 30, 2023
1 parent 8c23aaf commit b98a2c6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Kanan/Patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@
}
]
},
{
"name": "Equip Slot Swap Delay Fix",
"desc": "Removes the delay when swapping with Equip Slot.",
"category": "Speedup",
"patches": [
{
"pattern": "48 05 ? ? ? ? 49 3B ? 0F 86 ? ? ? ? E8",
"offset": 2,
"patch": "00 00"
}

]
},
{
"name": "Unlimited Zoom",
"desc": "Lets you zoom in and out as far as you want.",
Expand Down Expand Up @@ -1429,4 +1442,4 @@
}
]
}
]
]

0 comments on commit b98a2c6

Please sign in to comment.