Skip to content

Commit 5109350

Browse files
committed
fix IsJumping
1 parent 8c64835 commit 5109350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public unsafe partial struct Character {
122122
public partial Character* GetParentCharacter();
123123

124124
/// <summary>Check if this character is in a jumping/falling animation.</summary>
125-
[MemberFunction("40 53 48 83 EC 20 48 8D 99 ?? ?? ?? ?? 48 8B CB E8 ?? ?? ?? ?? 84 C0 75 12")]
125+
[MemberFunction("E8 ?? ?? ?? ?? 84 C0 75 46 48 8B 4B 08")]
126126
public partial bool IsJumping();
127127

128128
/// <summary> Uses TransformationId, Tribe, BodyType, Sex and Height as well as RSP scaling values to calculate current height. </summary>

ida/data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9024,7 +9024,7 @@ classes:
90249024
0x14088B280: StartOmen
90259025
0x14088B620: StartOmenDirectional
90269026
0x140845350: GetScale
9027-
#fail 0x14086AEF0: IsJumping
9027+
0x140883B80: IsJumping
90289028
Client::Game::Character::Character::CastInfo:
90299029
funcs:
90309030
0x140AF5E30: Reset

0 commit comments

Comments
 (0)