Skip to content

Commit

Permalink
Add patches for hiding PASELI text (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1ni authored and mon committed Jul 4, 2018
1 parent 5e920f0 commit 0e8fd22
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sdvx4.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
on: [0xB8, 0x01, 0x00, 0x00, 0x00, 0x89, 0x83, 0x64, 0x10, 0x00, 0x00, 0x90, 0x56, 0x57, 0x90, 0x90]
}]
},
{
// Created by zini
name: 'Hide PASELI text',
patches: [{offset: 0xBD3BD, off: [0x0F, 0x84], on: [0x90, 0xE9]}]
},
], "2018-01-16"),
new DllPatcher('soundvoltex', [
{
Expand Down Expand Up @@ -100,7 +105,12 @@
name: 'Freeze timer in all modes',
tooltip: 'Useful to play with Omega Dimension Ex-Track',
patches: [{offset: 0x7749B, off: [0x8B, 0x43, 0x60, 0x85, 0xC0, 0x74, 0x04], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
}
},
{
// Created by zini
name: 'Hide PASELI text',
patches: [{offset: 0xBEF2D, off: [0x0F, 0x84], on: [0x90, 0xE9]}]
},
], "2018-01-16 with Enhanced Continue"),

// all patches ported to IV by Zelminar unless specified otherwise
Expand Down

0 comments on commit 0e8fd22

Please sign in to comment.