Skip to content

Commit

Permalink
Update jubeatfesto.html (#245)
Browse files Browse the repository at this point in the history
add 'Skip Online Matching' for 2020120801~2019090300, add 'Disable Tutorial' for 2020063000, 2020021900, edit 'music_db.dll' date
  • Loading branch information
ikaros14 authored Dec 23, 2021
1 parent 36563d5 commit b7d9e7f
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion jubeatfesto.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
name: "Skip CATEGORY SELECT",
patches: [{offset: 0xBF5F7, off: [0x04], on: [0x07]}]
},
{
name: "Skip Online Matching",
patches: [{offset: 0xD0D0B, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}]
},
]),
new Patcher("jubeat.dll", "2020-07-27", [
{
Expand All @@ -38,8 +42,16 @@
name: "Skip CATEGORY SELECT",
patches: [{offset: 0xA0F17, off: [0x04], on: [0x07]}]
},
{
name: "Skip Online Matching",
patches: [{offset: 0xB368B, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}]
},
]),
new Patcher("jubeat.dll", "2020-06-30", [
{
name: "Disable Tutorial",
patches: [{offset: 0xB71BF, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
},
{
name: "SELECT MUSIC Timer Lock",
patches: [{ offset: 0xa06e2, off: [0x75], on: [0xeb] }],
Expand All @@ -48,6 +60,10 @@
name: "Skip CATEGORY SELECT",
patches: [{ offset: 0xa0a67, off: [0x04], on: [0x07] }],
},
{
name: "Skip Online Matching",
patches: [{offset: 0xB31EB, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}]
},
]),
new Patcher("jubeat.dll", "2020-06-11", [
{
Expand All @@ -62,8 +78,16 @@
name: "Skip CATEGORY SELECT",
patches: [{offset: 0xA09B7, off: [0x04], on: [0x07]}]
},
{
name: "Skip Online Matching",
patches: [{offset: 0xB312B, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}]
},
]),
new Patcher("jubeat.dll", "2020-02-19", [
{
name: "Disable Tutorial",
patches: [{offset: 0xB6D3F, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
},
{
name: "SELECT MUSIC Timer Lock",
patches: [{offset: 0xA0272, off: [0x75], on: [0xEB]}]
Expand All @@ -72,6 +96,10 @@
name : "Skip CATEGORY SELECT",
patches: [{offset: 0xA05F7, off: [0x04], on: [0x07]}]
},
{
name: "Skip Online Matching",
patches: [{offset: 0xB2D6B, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}]
},
]),
new Patcher("jubeat.dll", "2019-09-03", [
{
Expand All @@ -86,6 +114,10 @@
name : "Skip CATEGORY SELECT",
patches: [{offset: 0xA7663, off: [0x04], on: [0x07]}]
},
{
name: "Skip Online Matching",
patches: [{offset: 0xBBDFB, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}]
},
]),
new Patcher("jubeat.dll", "2019-06-25", [
{
Expand Down Expand Up @@ -129,7 +161,7 @@
])
]);
new PatchContainer([
new Patcher("music_db.dll", "2020-12-08, 2020-07-27", [
new Patcher("music_db.dll", "2020-12-08, 2020-07-27, 2020-06-30, 2020-06-11", [
{
name : "Unlock all songs",
patches : [{offset : 0x1E15, off: [0x74, 0x0A], on : [0x90, 0x90]}]
Expand Down

0 comments on commit b7d9e7f

Please sign in to comment.