Add more info for patches and patch for unlocking missions

This commit is contained in:
htk030 2021-01-21 13:21:23 +08:00 committed by Will
parent 27d0210705
commit a90f9a1ae3

View File

@ -33,6 +33,7 @@
},
{
name: 'Unlock Accessories',
tooltip: 'First pages of head accessories are empty somehow.',
patches: [{offset: 0xC7D100, off: [0x40, 0x57, 0x48, 0x83, 0xEC, 0x40], on: [0xB8, 0x01, 0x00, 0x00, 0x00, 0xC3]}]
},
{
@ -41,6 +42,7 @@
},
{
name: 'Unlock Characters',
tooltip: 'You still need patched resources.assets to unlock the last 5 characters',
patches: [
{offset: 0x4ABFA0, off: [0x0F, 0xB6, 0x41, 0x15, 0xC3, 0xCC], on: [0xB8, 0x01, 0x00, 0x00, 0x00, 0xC3]},
{offset: 0xFB6E2E, off: [0x74, 0x04, 0x0F, 0xB6, 0x41, 0x14], on: [0xB8, 0x01, 0x00, 0x00, 0x00, 0x90]},
@ -57,11 +59,19 @@
{
// By HenTaku
name: 'Skip Gacha',
tooltip: 'Only work when all the unlock patches are applied',
tooltip: 'Only work when the unlock patches above are applied',
patches: [
{offset: 0x124B026, off: [0x0F, 0x85, 0x89, 0x00, 0x00, 0x00], on: [0xE9, 0x8A, 0x00, 0x00, 0x00, 0x90]},
{offset: 0x124B0C4, off: [0x75], on: [0xEB]}
]
},
{
// By HenTaku
name: 'Unlock Missions',
patches: [
{offset: 0xFB6F70, off: [0x48, 0x83, 0xEC, 0x28], on: [0xB0, 0x01, 0xC3, 0x90]},
{offset: 0xFBBD00, off: [0x40, 0x53, 0x48, 0x83, 0xEC, 0x40], on: [0xB8, 0x02, 0x00, 0x00, 0x00, 0x90]}
]
}
])
]);