Skip to content

Commit

Permalink
Add patches to reflec beat reflesia 2018 and 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetic-flow authored and mon committed Jul 2, 2022
1 parent dfe04d4 commit 49425df
Showing 1 changed file with 82 additions and 6 deletions.
88 changes: 82 additions & 6 deletions reflecbeat-reflesia.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,88 @@
{
name: "E: drive fix",
tooltip: "Fix crash caused by no E: drive",
patches: [{
offset: 0x28B0FC,
off: [0x65, 0x3A, 0x2F],
on: [0x64, 0x65, 0x76]
}]
}
patches: [
{ offset: 0x28B0FC, off: [0x65, 0x3A, 0x2F], on: [0x64, 0x65, 0x76] }
]
},
{
name: "Timer freeze",
patches: [
{ offset: 0x1397FB, off: [0x89, 0x4E, 0x18], on: [0x90, 0x90, 0x90] }
]
},
{
name: "Unscramble PIN pad",
tooltip: "Disable randomization of PIN input when carding in",
patches: [
{ offset: 0xB02DF, off: [0x03, 0xC0], on: [0x29, 0xC0] },
{
offset: 0x24E900,
off: [0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00],
on: [0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]
}
]
},
{
name: "Remove CREDIT / FREE PLAY / EVENT MODE bottom text",
patches: [
{
offset: 0x167930,
off: [0xE8, 0x3B, 0xE3, 0xF0, 0xFF],
on: [0x90, 0x90, 0x90, 0x90, 0x90]
}
],
},
{
name: "Remove PASELI bottom text",
patches: [
{
offset: 0x16778B,
off: [0xE8, 0xE0, 0xE4, 0xF0, 0xFF],
on: [0x90, 0x90, 0x90, 0x90, 0x90]
}
],
},
]),
new Patcher("reflecbeat.dll", "2019-12-11", [
{
name: "Timer freeze",
patches: [
{ offset: 0x13980B, off: [0x89, 0x4E, 0x18], on: [0x90, 0x90, 0x90] }
],
},
{
name: "Unscramble PIN pad",
tooltip: "Disable randomization of PIN input when carding in",
patches: [
{ offset: 0xB02DF, off: [0x03, 0xC0], on: [0x29, 0xC0] },
{
offset: 0x24F1F0,
off: [0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00],
on: [0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00]
}
]
},
{
name: "Remove CREDIT / FREE PLAY / EVENT MODE bottom text",
patches: [
{
offset: 0x167940,
off: [0xE8, 0x2B, 0xE3, 0xF0, 0xFF],
on: [0x90, 0x90, 0x90, 0x90, 0x90]
}
],
},
{
name: "Remove PASELI bottom text",
patches: [
{
offset: 0x16779B,
off: [0xE8, 0xD0, 0xE4, 0xF0, 0xFF],
on: [0x90, 0x90, 0x90, 0x90, 0x90]
}
],
},
]),
]);
});
Expand Down

0 comments on commit 49425df

Please sign in to comment.