chore: update last updated in some comments

This commit is contained in:
Anna 2021-05-29 01:25:27 -04:00
parent 369009cd26
commit 4e68d2b428
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ namespace XivCommon.Functions {
throw new InvalidOperationException("Could not find signature for Examine function");
}
// NOTES LAST UPDATED: 5.45
// NOTES LAST UPDATED: 5.55
// offsets and stuff come from the beginning of case 0x2c (around line 621 in IDA)
// if 29f8 ever changes, I'd just scan for it in old binary and find what it is in the new binary at the same spot

View File

@ -17,7 +17,7 @@ namespace XivCommon.Functions.Tooltips {
internal const string SadSetString = "E8 ?? ?? ?? ?? F6 47 14 08";
}
// Updated: 5.5
// Updated: 5.55
// E8 ?? ?? ?? ?? EB 68 FF 50 40
private const int AgentActionDetailUpdateFlagOffset = 0x58;