From c3954faa8c4986dcac272594da65f1ff98dddd45 Mon Sep 17 00:00:00 2001 From: ikaros14 <70622899+ikaros14@users.noreply.github.com> Date: Fri, 5 Mar 2021 23:29:19 +0900 Subject: [PATCH] Add Quick Retry --- heroicverse.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index cffec9e..6f638c4 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -64,6 +64,10 @@ 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]}], }, + { // ikaros14 + name: 'Quick Retry', + patches: [{offset: 0x339BBF, off: [0x32, 0xC0], on: [0xB0, 0x01]}] + }, { name: 'Skip CAMERA DEVICE ERROR prompt', tooltip: 'Prevents the CAMERA DEVICE ERROR message from popping up on boot',