mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-04-27 16:27:08 -05:00
Fix nost
This commit is contained in:
parent
2715f312ad
commit
fc546b8de4
|
|
@ -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]}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]),
|
]),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user