From 3a6f7ce2e623b4eab0787b614e8b6a0843fd1d23 Mon Sep 17 00:00:00 2001 From: ikaros14 <70622899+ikaros14@users.noreply.github.com> Date: Tue, 19 Apr 2022 08:34:55 +0900 Subject: [PATCH] add chusan, update sdvx6 (#270) * Update sdvx6.html add "Unlock All difficulties", "Enable S-CRITICAL in Light Start" * add chusan.html * add chusan * add chusan.png --- chusan.html | 79 +++++++++++++++++++++++++++++++++++++++++++++++++ img/chusan.png | Bin 0 -> 13671 bytes index.html | 6 ++++ sdvx6.html | 15 +++++++++- 4 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 chusan.html create mode 100644 img/chusan.png diff --git a/chusan.html b/chusan.html new file mode 100644 index 0000000..6999538 --- /dev/null +++ b/chusan.html @@ -0,0 +1,79 @@ + + +
+ +7Nr#1Iw+XEm$tDjvh&23s&f1ou C#3c?FuQ5~B0Jl3s2
z0-PEbK9BhrX$(`w+UhV_Hs`=r>(&U%ePV*e2fD_s#bVx?6kO7w&jvd3dt5omK9KN;
zPidoxGvsO(^rqNs`s@4*;$;ZVLJJykE~YyhW@3HONwe5 _JaWWh00uPb8pV>!yMY~
zr`;U%mlDcyPUtn?Ml0kF4z$gaL}V7Qkd(`@p^CdXmSXZ1q;y~Jb$)VPbLKU(Y84W5
zZWSoLR}5(`!Qv(V?sNNv`gR2!RB2JD!+pe4CmW;{9}wkTP8>i<%aDspoSG2yyd$8@
zbUr`?$8f_(zBONqLr4jsb(An2z%3D`S~qQ>X^BHZv95^Pu-GEE0AwZboG
+
diff --git a/sdvx6.html b/sdvx6.html
index e7941a2..db15f9b 100644
--- a/sdvx6.html
+++ b/sdvx6.html
@@ -89,7 +89,7 @@
],
},
{
- name: 'Unlock All songs',
+ name: "Unlock All songs",
patches: [
{offset: 0x1769FE,
off: [0xEB, 0x05, 0x33, 0xC9, 0x89, 0x4F, 0x14, 0x85, 0xDB, 0x74, 0x26, 0x83, 0xEB, 0x01, 0x74, 0x0F, 0x83, 0xEB, 0x01, 0x74, 0x1C, 0x83, 0xEB, 0x01, 0x74, 0x10, 0x83, 0xFB, 0x01, 0x74, 0x04, 0x8B, 0xC1, 0xEB, 0x13, 0xB8, 0x02, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0xB8, 0x03, 0x00, 0x00, 0x00, 0xEB, 0x05, 0xB8, 0x01, 0x00, 0x00, 0x00],
@@ -98,6 +98,19 @@
{offset: 0x167C11, off: [0x44, 0x0F, 0xB6, 0x74, 0x24, 0x40], on: [0x41, 0xBE, 0x03, 0x00, 0x00, 0x00]}
]
},
+ {
+ name: "Unlock All difficulties",
+ patches: [{ offset: 0x2F639F, off: [0x75], on: [0xEB] }],
+ },
+ {
+ name: "Enable S-CRITICAL in Light Start",
+ tooltip: "Only in Valkyrie mode.",
+ patches: [
+ { offset: 0x753AA, off: [0x74, 0x40], on: [0x90, 0x90] },
+ { offset: 0x7542F, off: [0x74, 0x20], on: [0x90, 0x90] },
+ { offset: 0x7622A, off: [0x74, 0x04], on: [0x90, 0x90] },
+ ],
+ },
{
name: "Uncensor album jackets (for K region only)",
patches: [{ offset: 0x69D390, off: [0x61], on: [0x75] }],