mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-28 01:10:55 +01:00
Add Quick Retry
This commit is contained in:
parent
798c11b034
commit
c3954faa8c
@ -64,6 +64,10 @@
|
|||||||
name: 'Unlock All 12s',
|
name: 'Unlock All 12s',
|
||||||
patches: [{offset: 0x353CD0, off: [0x83, 0xFF, 0x03, 0x74, 0x05, 0x83, 0xFF, 0x08], on:[0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}],
|
patches: [{offset: 0x353CD0, off: [0x83, 0xFF, 0x03, 0x74, 0x05, 0x83, 0xFF, 0x08], on:[0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}],
|
||||||
},
|
},
|
||||||
|
{ // ikaros14
|
||||||
|
name: 'Quick Retry',
|
||||||
|
patches: [{offset: 0x339BBF, off: [0x32, 0xC0], on: [0xB0, 0x01]}]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Skip CAMERA DEVICE ERROR prompt',
|
name: 'Skip CAMERA DEVICE ERROR prompt',
|
||||||
tooltip: 'Prevents the CAMERA DEVICE ERROR message from popping up on boot',
|
tooltip: 'Prevents the CAMERA DEVICE ERROR message from popping up on boot',
|
||||||
|
Loading…
Reference in New Issue
Block a user