From a90f9a1ae3e9dc68eb9d50e13c66e7a713fe8887 Mon Sep 17 00:00:00 2001 From: htk030 Date: Thu, 21 Jan 2021 13:21:23 +0800 Subject: [PATCH] Add more info for patches and patch for unlocking missions --- bombergirl.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bombergirl.html b/bombergirl.html index 322a5ae..bde1baa 100644 --- a/bombergirl.html +++ b/bombergirl.html @@ -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]} + ] } ]) ]);