This commit is contained in:
Will Toohey 2023-06-03 10:26:51 +10:00
parent 2715f312ad
commit fc546b8de4

View File

@ -45,6 +45,7 @@
patches: [ patches: [
{offset: 0x5C50F8, off: [0x43, 0x52, 0x45], on: [0x00, 0x52, 0x45]}, {offset: 0x5C50F8, off: [0x43, 0x52, 0x45], on: [0x00, 0x52, 0x45]},
{offset: 0x5C50D8, 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", [ new Patcher('nostalgia.dll', "2022-04-26", [
@ -73,7 +74,7 @@
tooltip : 'Hides "CREDIT: %d" and "CREDIT %d COIN: %d / %d"', tooltip : 'Hides "CREDIT: %d" and "CREDIT %d COIN: %d / %d"',
patches: [ patches: [
{offset: 0x5D09D0, off: [0x43, 0x52, 0x45], on: [0x00, 0x52, 0x45]}, {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]}
] ]
}, },
]), ]),