Merge pull request #147 from Arm1stice/hv

feat(hv): Add text hiding hex edits
This commit is contained in:
Will 2020-10-28 09:37:53 +10:00 committed by GitHub
commit 3246be342e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,30 @@
name: 'Skip Decide Screen',
patches: [{offset: 0x2D6160, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Hide "EXTRA PASELI: %d"',
patches: [{
offset: 0x2BD1B1,
off: [0x7F, 0x12, 0x44, 0x8B, 0xCB, 0x4C, 0x8D, 0x05, 0xF3, 0xD8, 0x4E, 0x00 ],
on: [0x90, 0xe9, 0x22, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]
}]
},
{
name: 'Hide "INSERT COIN[S]"',
patches: [{offset: 0x2BD56B, off: [0xE8, 0x50, 0xAA, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Hide "PASELI: *****"',
patches: [{offset: 0x2BD3BB, off: [0xFF, 0x15, 0x5F, 0x8E, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Hide "PASELI: NO ACCOUNT"',
patches: [{offset: 0x2BD459, off: [0xFF, 0x15, 0xC1, 0x8D, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
{
name: 'Hide "CREDIT: %s"',
patches: [{offset: 0x2BD0D6, off: [0xFF, 0x15, 0x44, 0x91, 0x4E, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
]),
]);
});