Skip to content

Commit

Permalink
Merge branch 'main' into cn
Browse files Browse the repository at this point in the history
  • Loading branch information
wozaiha committed Apr 15, 2024
2 parents b8b8dd0 + 4ac3580 commit 6f33a69
Show file tree
Hide file tree
Showing 7 changed files with 14,895 additions and 56 deletions.
12 changes: 12 additions & 0 deletions FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentRecipeProductList.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using FFXIVClientStructs.FFXIV.Component.GUI;

namespace FFXIVClientStructs.FFXIV.Client.UI.Agent;

[Agent(AgentId.RecipeProductList)]
[StructLayout(LayoutKind.Explicit, Size = 0x30)]
public unsafe partial struct AgentRecipeProductList {
[FieldOffset(0x00)] public AgentInterface AgentInterface;

[MemberFunction("48 89 5C 24 ?? 57 48 83 EC ?? 8B FA B8")]
public partial void SearchForRecipesUsingItem(uint itemId);
}
41 changes: 41 additions & 0 deletions ida/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3887,6 +3887,46 @@ classes:
0x14022B470: HideAgentIfActive
0x14022B4C0: IsAgentActive
0x14022B230: HideAll
0x140225660: GetAgentScenarioTree
0x140225670: GetAgentMateriaAttach
0x140225680: GetAgentGoldSaucerReward
0x140225690: GetAgentCharacterTitleSelect
0x1402256A0: GetAgentReadyCheck
0x1402256C0: GetAgentHwdMonument
0x1402256D0: GetAgentMycItemBox
0x1402256E0: GetAgentMycItemBag
0x1402256F0: GetAgentMycDuelRequest
0x140225700: GetAgentMycBattleAreaInfo
0x140225710: GetAgentTourismMenu
0x140225720: GetAgentMJIHud
0x140225730: GetAgentMJIPouch
0x140225740: GetAgentMJIBuilding
0x140225750: GetAgentMJIBuildingMove
0x140225760: GetAgentMJICraftSchedule
0x140225770: GetAgentMJICraftSales
0x140225790: GetAgentMJINekomimiRequest
0x1402257A0: GetAgentTripleTriadRuleAnnounce
0x1402257B0: GetAgentTripleTriadRuleSetting
0x1402257D0: GetAgentTripleTriadTournamentMatchList
0x1402257F0: GetAgentPerformanceMode
0x140225810: GetAgentCutsceneReplay
0x140225820: GetAgentPvPHeader
0x140225840: GetAgentBannerList
0x140225850: GetAgentBannerEditor
0x140225860: GetAgentBannerUpdateView
0x140225880: GetAgentFittingShop
0x140225890: GetAgentCharaCard
0x1402258A0: GetAgentCharaCardDesignSetting
0x1402258B0: GetAgentCharaCardProfileSetting
0x1402258D0: GetAgentEmjIntro
0x1402258E0: GetAgentMap
0x1402258F0: GetAgentTofuList
0x140225920: GetAgentBannerParty
0x140225930: GetAgentBannerMIP
0x140225960: GetAgentSXTBattleLog
0x140225970: GetAgentFGSHud
0x140225980: GetAgentContext
0x140225990: GetAgentInventoryContext
Client::UI::Agent::AgentEventFade:
vtbls:
- ea: 0x1419E0140
Expand Down Expand Up @@ -9052,6 +9092,7 @@ classes:
base: Client::UI::Agent::AgentInterface
funcs:
0x140A04620: ctor
0x140A04710: SearchForRecipesUsingItem
Client::UI::Agent::AgentTeleport:
vtbls:
- ea: 0x141A71490
Expand Down
Loading

0 comments on commit 6f33a69

Please sign in to comment.