mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-28 01:10:55 +01:00
Add coin and PASELI text patches for 2018-09-19 (#29)
This commit is contained in:
parent
881f755a5c
commit
56911da781
48
ballerz.html
48
ballerz.html
@ -35,8 +35,10 @@
|
||||
{
|
||||
// ported by a machine
|
||||
name: '2P Premium Free',
|
||||
patches: [{offset: 0xDC9B2, off: [0x74, 0x6C], on: [0x90, 0x90]},
|
||||
{offset: 0xDC9C8, off: [0x74, 0x56], on: [0x90, 0x90]}]
|
||||
patches: [
|
||||
{offset: 0xDC9B2, off: [0x74, 0x6C], on: [0x90, 0x90]},
|
||||
{offset: 0xDC9C8, off: [0x74, 0x56], on: [0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
{
|
||||
// ported by Xyen
|
||||
@ -66,6 +68,34 @@
|
||||
tooltip : "Holding Start will pause the song at the beginning until you release it",
|
||||
patches: [{offset: 0xF5CAA, off: [0x7D, 0x25], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide INSERT COIN[S] text',
|
||||
patches: [{offset : 0x64389, off: [0x1B], on: [0x1A]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide CREDIT: %d text',
|
||||
patches: [{offset: 0x63F17, off: [0xDD, 0xB8, 0x15, 0x00], on: [0xDC, 0xB8, 0x15, 0x00]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide CREDIT: %d COIN %d / %d text',
|
||||
patches: [{offset: 0x63EED, off: [0xE7], on: [0xE6]}],
|
||||
},
|
||||
{
|
||||
name: 'Hide EXTRA PASELI: %d text',
|
||||
patches: [{offset: 0x64009, off: [0x13], on: [0x12]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide PASELI: %d text',
|
||||
patches: [{offset: 0x641D8, off: [0x74], on: [0x73]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide PASELI: NO ACCOUNT text',
|
||||
patches: [{offset: 0x64292, off: [0xFA, 0xB5, 0x15, 0x00], on: [0xF9, 0xB5, 0x15, 0x00]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide PASELI: ****** text',
|
||||
patches: [{offset: 0x641FB, off: [0x71, 0xB6, 0x15, 0x00], on: [0x70, 0xB6, 0x15, 0x00]}]
|
||||
},
|
||||
{
|
||||
// ported by Zelminar
|
||||
name: 'Free play text to LED ticker (Bottom Right)',
|
||||
@ -76,8 +106,10 @@
|
||||
// ported by Zelminar
|
||||
name: 'LED Ticker (Top Left)',
|
||||
tooltip : "This does NOT require FREEPLAY on",
|
||||
patches: [{offset: 0x10A800, off: [0x1C, 0x73, 0x15, 0x00], on: [0x98, 0x01, 0x3A, 0x02]},
|
||||
{offset: 0x10A9D8, off: [0x74, 0x3C], on: [0x90, 0x90]}]
|
||||
patches: [
|
||||
{offset: 0x10A800, off: [0x1C, 0x73, 0x15, 0x00], on: [0x98, 0x01, 0x3A, 0x02]},
|
||||
{offset: 0x10A9D8, off: [0x74, 0x3C], on: [0x90, 0x90]}
|
||||
]
|
||||
},
|
||||
{
|
||||
// ported by Zelminar
|
||||
@ -95,10 +127,12 @@
|
||||
{
|
||||
// ported by Zelminar
|
||||
name: 'Remove Song Select Color Banners',
|
||||
patches: [{offset: 0x1C5395, off: [0x5F], on: [0x00]},
|
||||
patches: [
|
||||
{offset: 0x1C5395, off: [0x5F], on: [0x00]},
|
||||
{offset: 0x1C53A5, off: [0x5F], on: [0x00]},
|
||||
{offset: 0x1C53B5, off: [0x5F], on: [0x00]},
|
||||
{offset: 0x1C53C5, off: [0x5F], on: [0x00]}]
|
||||
{offset: 0x1C53C5, off: [0x5F], on: [0x00]}
|
||||
]
|
||||
},
|
||||
{
|
||||
// ported by Zelminar
|
||||
@ -120,7 +154,7 @@
|
||||
},
|
||||
{
|
||||
// ported by Zelminar
|
||||
name: 'Expert Course Force Open (In offline or local mode)',
|
||||
name: 'Expert Course Force Open (in offline or local mode)',
|
||||
patches: [{offset: 0xDC953, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
], "2018-09-19"),
|
||||
|
Loading…
Reference in New Issue
Block a user