chore: add offset notes

This commit is contained in:
Anna 2022-05-14 19:33:01 -04:00
parent 7dc28697b7
commit 3b111ac505
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 3 additions and 2 deletions

View File

@ -227,7 +227,7 @@ namespace Glamaholic {
return; return;
} }
// Updated: 6.0 // Updated: 6.11 C98BC0
var editorInfo = *(IntPtr*) ((IntPtr) agent + 0x28); var editorInfo = *(IntPtr*) ((IntPtr) agent + 0x28);
if (editorInfo == IntPtr.Zero) { if (editorInfo == IntPtr.Zero) {
return; return;
@ -237,7 +237,8 @@ namespace Glamaholic {
var current = CurrentPlate; var current = CurrentPlate;
var usedStains = new Dictionary<(uint, uint), uint>(); var usedStains = new Dictionary<(uint, uint), uint>();
// Updated: 6.0 // Updated: 6.11 C984CF
// current plate 6.11 C9AC9F
var slotPtr = (PlateSlot*) (editorInfo + 0x18); var slotPtr = (PlateSlot*) (editorInfo + 0x18);
var initialSlot = *slotPtr; var initialSlot = *slotPtr;
foreach (var (slot, item) in plate.Items) { foreach (var (slot, item) in plate.Items) {