mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-14 19:07:37 +01:00
BISTROVER: re-added bottom text patches + LED ticker (#193)
* fix: Skip Camera Error patch crashes game * remove "hide all bottom text" hex edit * Update heroicverse.html * fix typo * add: bottom text patches
This commit is contained in:
parent
a5e9b9c299
commit
e9fb795718
@ -161,6 +161,24 @@
|
||||
{ offset: 0x678A80, off: [0x74], on: [0x75] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Hide all bottom text",
|
||||
patches: [
|
||||
{ offset: 0x32EA01, off: [0x7F, 0x12, 0x44, 0x8B, 0xCB, 0x4C, 0x8D, 0x05, 0xBB, 0x06, 0x63, 0x00], on: [0x90, 0xE9, 0x22, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, //EXTRA PASELI: %d
|
||||
{ offset: 0x32EDBD, off: [0xE8, 0xAE, 0xAF, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90] }, //INSERT COIN[S]
|
||||
{ offset: 0x32EC0B, off: [0xFF, 0x15, 0xCF, 0xA7, 0x62, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, //PASELI: ******
|
||||
{ offset: 0x32ECA9, off: [0xFF, 0x15, 0x31, 0xA7, 0x62, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, //PASELI: NO ACCOUNT
|
||||
{ offset: 0x32EC24, off: [0x48, 0x8D, 0x05, 0x3D, 0x12, 0x77, 0x04], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, //PASELI: NOT AVAILABLE
|
||||
{ offset: 0x32E926, off: [0xFF, 0x15, 0xB4, 0xAA, 0x62, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, //CREDIT: %d
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "FREE PLAY text to LED ticker",
|
||||
tooltip: "Song Title/Ticker information will display instead of FREEPLAY",
|
||||
patches: [
|
||||
{ offset: 0x32EBAF, off: [0xAD, 0x05, 0x63, 0x00], on: [0x49, 0x56, 0x00, 0x05] },
|
||||
],
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
|
@ -123,7 +123,11 @@
|
||||
patches: [{offset: 0x2BD459, off: [0xFF, 0x15, 0xC1, 0x8D, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide "CREDIT: %s"',
|
||||
name: 'Hide "PASELI: NOT AVAILABLE"',
|
||||
patches: [{offset: 0x2BD2B4, off: [0x48, 0x8D, 0x05, 0xDD, 0xD7, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Hide "CREDIT: %d"',
|
||||
patches: [{offset: 0x2BD0D6, off: [0xFF, 0x15, 0x44, 0x91, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user