mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-14 10:57:36 +01:00
Fix nost
This commit is contained in:
parent
2715f312ad
commit
fc546b8de4
@ -45,6 +45,7 @@
|
||||
patches: [
|
||||
{offset: 0x5C50F8, off: [0x43, 0x52, 0x45], on: [0x00, 0x52, 0x45]},
|
||||
{offset: 0x5C50D8, off: [0x43, 0x52, 0x45], on: [0x00, 0x52, 0x45]}
|
||||
]
|
||||
},
|
||||
]),
|
||||
new Patcher('nostalgia.dll', "2022-04-26", [
|
||||
@ -73,7 +74,7 @@
|
||||
tooltip : 'Hides "CREDIT: %d" and "CREDIT %d COIN: %d / %d"',
|
||||
patches: [
|
||||
{offset: 0x5D09D0, off: [0x43, 0x52, 0x45], on: [0x00, 0x52, 0x45]},
|
||||
{offset: 0x5D0B70 off: [0x43, 0x52, 0x45], on: [0x00, 0x52, 0x45]}
|
||||
{offset: 0x5D0B70, off: [0x43, 0x52, 0x45], on: [0x00, 0x52, 0x45]}
|
||||
]
|
||||
},
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user