From 4e68d2b4282264b0ed280f4b16349faeb734518b Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 29 May 2021 01:25:27 -0400 Subject: [PATCH] chore: update last updated in some comments --- XivCommon/Functions/Examine.cs | 2 +- XivCommon/Functions/Tooltips/Tooltips.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XivCommon/Functions/Examine.cs b/XivCommon/Functions/Examine.cs index bf8819f..4e77a32 100755 --- a/XivCommon/Functions/Examine.cs +++ b/XivCommon/Functions/Examine.cs @@ -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 diff --git a/XivCommon/Functions/Tooltips/Tooltips.cs b/XivCommon/Functions/Tooltips/Tooltips.cs index bb28c78..ec9d535 100755 --- a/XivCommon/Functions/Tooltips/Tooltips.cs +++ b/XivCommon/Functions/Tooltips/Tooltips.cs @@ -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;