From fe1bb60c087a128284864d7de36b0cacd2969ac6 Mon Sep 17 00:00:00 2001 From: gromchek Date: Thu, 18 Dec 2025 00:46:37 +0300 Subject: [PATCH] feat(profile): Tooltip DuelInfo ReputationInfo funcs --- .../symbol/duelinfo/func.sym | 10 +++++++ .../3.3.5a-windows-386/symbol/file/func.sym | 2 ++ .../symbol/gxdevice/func.sym | 2 +- .../symbol/reputationinfo/func.sym | 6 ++++ .../symbol/talentinfo/func.sym | 1 + .../symbol/tooltip/func.sym | 29 +++++++++++++++++++ 6 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 profile/3.3.5a-windows-386/symbol/duelinfo/func.sym diff --git a/profile/3.3.5a-windows-386/symbol/duelinfo/func.sym b/profile/3.3.5a-windows-386/symbol/duelinfo/func.sym new file mode 100644 index 0000000..9e1e6f3 --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/duelinfo/func.sym @@ -0,0 +1,10 @@ +CGDuelInfo__ProcessCountdown 005CF870 f end=005CF90B +CGDuelInfo__OnDuelOutOfBounds 005CF910 f end=005CF925 +CGDuelInfo__OnDuelInBounds 005CF930 f end=005CF945 +CGDuelInfo__LeaveWorld 005CFA10 f end=005CFA4B +CGDuelInfo__OnDuelCountdown 005CFA50 f end=005CFA86 +CGDuelInfo__OnDuelComplete 005CFA90 f end=005CFB18 +CGDuelInfo__OnDuelWinner 005CFB20 f end=005CFBC2 +CGDuelInfo__AcceptDuel 005CFBD0 f end=005CFC4B +CGDuelInfo__OnDuelRequested 005CFCD0 f end=005CFDAD +CGDuelInfo__InitializeGame 005CFDD0 f end=005CFE3A diff --git a/profile/3.3.5a-windows-386/symbol/file/func.sym b/profile/3.3.5a-windows-386/symbol/file/func.sym index e0ba242..5440eaf 100644 --- a/profile/3.3.5a-windows-386/symbol/file/func.sym +++ b/profile/3.3.5a-windows-386/symbol/file/func.sym @@ -24,3 +24,5 @@ SFile__LoadFile 00424F50 f end=00424F74 SFile__Open 00424F80 f end=00424F98 SFile__OpenArchive 00421950 f end=00421A05 SFile__RebuildHash 00423D70 f end=00423DBD +SFile__CloseArchive 00421720 f end=0042173A +SFile__GetDataPath 004218B0 f end=004218B6 diff --git a/profile/3.3.5a-windows-386/symbol/gxdevice/func.sym b/profile/3.3.5a-windows-386/symbol/gxdevice/func.sym index a0269c0..d12047b 100644 --- a/profile/3.3.5a-windows-386/symbol/gxdevice/func.sym +++ b/profile/3.3.5a-windows-386/symbol/gxdevice/func.sym @@ -60,7 +60,7 @@ CGxDevice__PrimColor 00684590 f end=006845AC type="void __thiscall func(CGxDevic CGxDevice__PrimDrawElements 006845B0 f end=0068461D type="void __thiscall func(CGxDevice* this)" CGxDevice__LightSet 006847D0 f end=00684843 type="void __thiscall func(CGxDevice* this, uint32_t a2, CGxLight* light, C3Vector* pos)" CGxDevice__BufStream 00684850 f end=0068489F type="void __thiscall func(CGxDevice* this, EGxPoolTarget target, uint32_t itemSize, uint32_t itemCount)" -CGxDevice__TexMarkForUpdate 006848A0 f end=000684900 type="void __thiscall func(CGxDevice* this, CGxTex* texId, CiRect* updateRect, int32_t immediate)" +CGxDevice__TexMarkForUpdate 006848A0 f end=00684900 type="void __thiscall func(CGxDevice* this, CGxTex* texId, CiRect* updateRect, int32_t immediate)" CGxDevice__ITexMarkAsUpdated 00684900 f end=0068492D type="void __thiscall func(CGxDevice* this, CGxTex* texId)" CGxDevice__IShaderLoad 00684970 f end=00684AC8 type="int32_t __thiscall func(CGxDevice* this, CGxShader** shaders, EGxShTarget target, char* a4, char* a5, int32_t permutations)" CGxDevice__ICursorCreate 00684AD0 f end=00684B4A type="void __thiscall func(CGxDevice* this, CGxFormat* format)" diff --git a/profile/3.3.5a-windows-386/symbol/reputationinfo/func.sym b/profile/3.3.5a-windows-386/symbol/reputationinfo/func.sym index f4d4963..ed7a25f 100644 --- a/profile/3.3.5a-windows-386/symbol/reputationinfo/func.sym +++ b/profile/3.3.5a-windows-386/symbol/reputationinfo/func.sym @@ -1,2 +1,8 @@ CGReputationInfo__AddVisibleFaction 005D08D0 f end=005D0A0A CGReputationInfo__OnSetFactionStanding 005D20A0 f end=005D2355 +CGReputationInfo__GetFactionStanding 005D05B0 f end=005D05F6 +CGReputationInfo__SetAtWar 005D0A10 f end=005D0B96 +CGReputationInfo__SortFactions 005D1880 f end=005D1C0C +CGReputationInfo__SetFactionInactive 005D1C10 f end=005D1D1D +CGReputationInfo__CollapseHeader 005D1D20 f end=005D1E43 +CGReputationInfo__OnSetFactionVisible 005D2050 f end=005D209D diff --git a/profile/3.3.5a-windows-386/symbol/talentinfo/func.sym b/profile/3.3.5a-windows-386/symbol/talentinfo/func.sym index 4ea1445..eb2d827 100644 --- a/profile/3.3.5a-windows-386/symbol/talentinfo/func.sym +++ b/profile/3.3.5a-windows-386/symbol/talentinfo/func.sym @@ -2,3 +2,4 @@ CGTalentInfo_Inspect__EnterWorld 005C57C0 f end=005C57CD CGTalentInfo__EnterWorld 005C9D50 f end=005C9DB4 CGTalentInfo_Inspect__SetInspectTarget 005C9F70 f end=005C9FE3 CGTalentInfo__GetTab 005C5C60 f end=005C5CB8 +TalentInfoGetTalentGroup 005C6080 f end=005C60BA diff --git a/profile/3.3.5a-windows-386/symbol/tooltip/func.sym b/profile/3.3.5a-windows-386/symbol/tooltip/func.sym index 67c1f9c..0169bdb 100644 --- a/profile/3.3.5a-windows-386/symbol/tooltip/func.sym +++ b/profile/3.3.5a-windows-386/symbol/tooltip/func.sym @@ -17,3 +17,32 @@ CGTooltip__GetItemHyperlinkString 0061E360 f end=0061E395 CGTooltip__SetOwner 0061EA00 f end=0061EAAA CGTooltip__SetCorpse 00622410 f end=006224EC CGTooltip__SetObject 00626720 f end=00626E18 +CGTooltip__GetScriptByName 0061A280 f end=0061A3F6 +CGTooltip__GetThreatStateColor 0061A4F0 f end=0061A509 +CGTooltip__GetTalentHyperlinkString 0061A550 f end=0061A5A8 +CGTooltip__GetFloatDurationString 0061AEE0 f end=0061B03C +CGTooltip__GetAchievementHyperlink 0061BFF0 f end=0061C0A8 +CGTooltip__AddTexture 0061C8B0 f end=0061CAE3 +CGTooltip__constructor 0061DEE0 f end=0061E0AB +CGTooltip__destructor 0061E160 f end=0061E287 +CGTooltip__GetItemHyperlinkString 0061E290 f end=0061E35E +CGTooltip__GetSpellHyperlinkString 0061E4B0 f end=0061E53E +CGTooltip__GetQuestDifficultyColorString 0061E540 f end=0061E5B8 +CGTooltip__GetQuestHyperlinkString 0061E5C0 f end=0061E64A +CGTooltip__GetSummonedByString 0061E830 f end=0061E9FC +CGTooltip__AppendText 0061EAB0 f end=0061EB20 +CGTooltip__PostLoadXML 0061FB30 f end=0061FE2B +CGTooltip__AddFontStrings 0061FE30 f end=0061FEB2 +CGTooltip__AddEmpathyText 00620950 f end=00620ED2 +CGTooltip__AddSkinnableText 00620EE0 f end=0062105D +CGTooltip__AddTalentLearnText 00622800 f end=0062295E +CGTooltip__SetQuest 00622960 f end=00622B98 +CGTooltip__SetGlyph 00622BA0 f end=00622DC9 +CGTooltip__SetFrameStack 006230D0 f end=00623583 +CGTooltip__SetItemNoStats 00623760 f end=006237B7 +CGTooltip__AddColoredItemStat 00623810 f end=00623899 +CGTooltip__SetBuff 00625350 f end=00625467 +CGTooltip__SetTalent 00626E20 f end=0062721A +CGTooltip__SetAchievement 00627220 f end=006276DB +CGTooltip__SetItemDelta 0062D930 f end=0062DAD9 +CGTooltip__SetMacro 00630D20 f end=00630FFC