Skip to content

Commit

Permalink
fix: 更新一些CN 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Loskh committed Feb 17, 2025
1 parent 177e4a9 commit 434e66b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public unsafe partial struct PacketDispatcher {
[MemberFunction("40 55 56 41 56 48 8B EC 48 83 EC ?? 48 8B 05 ?? ?? ?? ?? 48 33 C4 48 89 45 ?? 48 8B 0D ?? ?? ?? ?? 4C 8B F2")]
public partial void HandleMarketBoardPurchasePacket(nint packet);

[MemberFunction("E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 44 0F B6 4B ?? 4C 8D 43 18 0F B7 53 14")]
[MemberFunction("E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 44 0F B6 4E ?? 4C 8D 46 18 0F B7 56 14")]
public static partial void HandleEventPlayPacket(ulong objectId, uint eventId, ushort stage, ulong a4, uint* payload, byte payloadSize);

[MemberFunction("E8 ?? ?? ?? ?? EB 10 48 8B 0D")]
Expand Down
2 changes: 1 addition & 1 deletion FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public unsafe partial struct AgentContext {
[FieldOffset(0x17D9)] public byte ContextMenuIndex;
[FieldOffset(0x17DA)] public byte OpenAtPosition; // if true menu opens at Position else at cursor location

[MemberFunction("E8 ?? ?? ?? ?? 45 88 74 24")]
[MemberFunction("E8 ?? ?? ?? ?? 32 C0 EB 84")]
public partial void OpenContextMenu(bool bindToOwner = true, bool closeExisting = true);

[MemberFunction("41 0F B6 C0 89 91")]
Expand Down
2 changes: 1 addition & 1 deletion FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentMutelist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public unsafe partial struct AgentMutelist {
[FieldOffset(0x58)] public ulong SelectedPlayerAccountId;
[FieldOffset(0x68)] public Utf8String SelectedPlayerFullName; // includes cross world icon

[MemberFunction("E8 ?? ?? ?? ?? EB 32 E8 ?? ?? ?? ?? 84 C0"), GenerateStringOverloads]
[MemberFunction("E8 ?? ?? ?? ?? 48 8B 5C 24 ?? 48 8B 7C 24 ?? 48 83 C4 30 5E C3 E8"), GenerateStringOverloads]
public partial bool Add(ulong accountId, ulong contentId, byte* name, short worldId);

[MemberFunction("E8 ?? ?? ?? ?? 8B 54 24 50 48 8B CB E8")]
Expand Down
2 changes: 1 addition & 1 deletion FFXIVClientStructs/FFXIV/Client/UI/Misc/BannerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public unsafe partial struct BannerHelper {

#region CharaView Helpers

[MemberFunction("48 89 5C 24 ?? 57 48 83 EC 30 41 0F B7 40")]
[MemberFunction("E8 ?? ?? ?? ?? 0F 2E F0 7A 13")]
public partial void ExportedPortraitData_ApplyBannerModuleEntry(ExportedPortraitData* to, BannerModuleEntry* from);

[MemberFunction("41 80 38 00 75 08")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public unsafe partial struct RaptureLogModule {
[MemberFunction("E8 ?? ?? ?? ?? 40 80 C6 41"), GenerateStringOverloads]
public partial void PrintString(byte* str);

[MemberFunction("E8 ?? ?? ?? ?? 84 C0 0F 84 ?? ?? ?? ?? 48 8D 96 ?? ?? ?? ?? 48 8D 4C 24")]
[MemberFunction("E8 ?? ?? ?? ?? 84 C0 0F 84 ?? ?? ?? ?? 48 8D 4D B0 E8 ?? ?? ?? ?? 48 8B D0")]
public partial bool GetLogMessage(int index, Utf8String* str);

[MemberFunction("E8 ?? ?? ?? ?? 84 C0 74 51 44 0F B6 95")]
Expand Down

0 comments on commit 434e66b

Please sign in to comment.