From 8ab82e9b1971451a14879a5364ea665e9d32cecb Mon Sep 17 00:00:00 2001 From: ikaros14 <70622899+ikaros14@users.noreply.github.com> Date: Fri, 8 Apr 2022 16:51:47 +0900 Subject: [PATCH] add 'Uncensor album jackets (for K region only)' --- sdvx4.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdvx4.html b/sdvx4.html index 30ba09e..60f14fb 100644 --- a/sdvx4.html +++ b/sdvx4.html @@ -46,6 +46,10 @@ name: 'Boot into Event Mode', patches: [{offset: 0x19EAD2, off: [0x00], on: [0x01]}] }, + { + name: 'Uncensor album jackets (for K region only)', + patches: [{offset: 0x31FFEC, off: [0x61], on: [0x75]}] + }, { name: 'Disable EVENT MODE/FREE PLAY text', patches: [{offset: 0xBF9E0, off: [0xE8, 0xDB], on: [0xEB, 0x03]}]