chore: update offset for 6.11

This commit is contained in:
Anna 2022-05-12 22:31:26 -04:00
parent 7413f9ed9f
commit ff355b1fbd
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -188,7 +188,7 @@ internal unsafe class GameFunctions : IDisposable {
// vcall from E8 ?? ?? ?? ?? 0F B7 C0 48 83 C4 60
var vf5 = (delegate* unmanaged<AtkUnitBase*, byte, uint, void>*) ((IntPtr) addon->VTable + 40);
// E8872D: lets vf5 actually run
// EA8BED: lets vf5 actually run
*(byte*) ((IntPtr) atkStage + 0x2B4) |= 2;
(*vf5)(addon, 0, 15);
}